aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* microblaze: fix copy_from_user()Al Viro2016-09-241-3/+6
* microblaze: fix __get_user()Al Viro2016-09-241-1/+1
* Revert "scatterlist: use sg_phys()"Dan Williams2015-12-151-1/+2
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-13/+0
* Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-1/+1
|\
| * clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-09-301-1/+1
* | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\ \ | |/ |/|
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-101-70/+0
|\ \
| * | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-14/+0
| * | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-12/+1
| * | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-11/+0
| * | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
| * | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-31/+0
* | | elf-em.h: move EM_MICROBLAZE to the common headerMike Frysinger2015-09-091-1/+2
|/ /
* | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-081-1/+1
|\ \
| * | ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang2015-07-201-1/+1
* | | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+1
|\ \ \
| * | | scatterlist: use sg_phys()Dan Williams2015-08-171-2/+1
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-2/+1
|\ \ \
| * | | microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-311-2/+1
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-27/+19
|\ \ \
| * | | microblaze/timer: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-27/+19
| |/ /
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-311-8/+1
|\ \ \ | |/ / |/| |
| * | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-8/+1
| |/
* / mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-2/+1
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | Merge tag 'microblaze-4.2-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2015-06-244-18/+4
|\ \
| * | microblaze/PCI: Remove unnecessary struct pci_dev declarationBjorn Helgaas2015-06-081-2/+0
| * | microblaze/PCI: Remove unnecessary pci_bus_find_capability() declarationBjorn Helgaas2015-06-081-3/+0
| * | microblaze/PCI: Remove unused declarationsBjorn Helgaas2015-06-081-12/+0
| * | microblaze: Label local function staticMichal Simek2015-06-082-1/+2
| * | microblaze: Add missing release version codeMichal Simek2015-06-081-0/+2
| |/
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-23/+0
|\ \
| * | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-10/+0
| * | PCI: Remove unused pcibios_select_root() (again)Bjorn Helgaas2015-06-081-13/+0
| |/
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-1/+1
|\ \
| * | video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani2015-06-071-1/+0
| * | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
| |/
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-4/+4
* | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+3
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-2/+4
|/
* microblaze: use asm-generic for seccomp.hKees Cook2015-04-171-7/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-76/+73
|\
| * microblaze: mb: remove use of seq_printf return valueJoe Perches2015-04-151-76/+73
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-10/+1
|\ \ | |/ |/|