| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 3 | -3/+3 |
* | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -1/+3 |
* | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -0/+1 |
* | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -6/+0 |
* | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -26/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ |
|
| * | sparc32: do not include swap.h from pgtable_32.h | Michal Hocko | 2015-09-08 | 1 | -1/+1 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -2/+1 |
|\ \ |
|
| * | | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-10 | 1 | -2/+1 |
* | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-09-08 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | ftrace: Format MCOUNT_ADDR address as type unsigned long | Minfei Huang | 2015-07-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 8 | -16/+64 |
|\ \ |
|
| * \ | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 5 | -4/+35 |
| |\ \ |
|
| | * | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -4/+0 |
| | * | | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 5 | -3/+38 |
| | |/ |
|
| * | | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 2015-08-03 | 1 | -9/+26 |
| * | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} | Peter Zijlstra | 2015-08-03 | 1 | -1/+1 |
| * | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 1 | -2/+2 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-13 | 4 | -81/+11 |
| |\ \ |
|
| * | | | bpf, x86/sparc: show actual number of passes in bpf_jit_dump | Daniel Borkmann | 2015-07-30 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2015-09-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Fix typo compatability -> compatibility | Laurent Pinchart | 2015-08-07 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 5 | -19/+26 |
|\ \ \ |
|
| * | | | sparc/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-07-31 | 2 | -8/+10 |
| * | | | sparc/irq: Use helper irq_data_get_irq_handler_data() | Jiang Liu | 2015-07-31 | 3 | -10/+15 |
| * | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 2 | -15/+1 |
| |\| | |
|
| * | | | sparc/PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 2015-07-22 | 1 | -1/+1 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-09-01 | 3 | -54/+38 |
|\ \ \ \ |
|
| * | | | | sparc/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 3 | -54/+38 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | sched, sparc32: Update scheduler comments in copy_thread() | Ingo Molnar | 2015-08-04 | 1 | -5/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-08-31 | 1 | -5/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 2015-07-30 | 1 | -5/+1 |
| |/ / |
|
* | / | sparc64: Fix userspace FPU register corruptions. | David S. Miller | 2015-08-06 | 4 | -81/+11 |
| |/
|/| |
|
* | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-26 | 1 | -9/+0 |
|\ |
|
| * | mm/hugetlb: remove arch_prepare/release_hugepage from arch headers | Dominik Dingel | 2015-06-25 | 1 | -9/+0 |
* | | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell... | Linus Torvalds | 2015-06-25 | 3 | -36/+1 |
|\ \ |
|
| * | | sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHC | Xunlei Pang | 2015-06-25 | 3 | -36/+1 |
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 2 | -2/+1 |
|\ \ \ |
|
| * | | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
| * | | | remove <asm/scatterlist.h> | Christoph Hellwig | 2015-05-05 | 1 | -1/+1 |
* | | | | sparc64: perf: Use UREG_FP rather than UREG_I6 | David Ahern | 2015-06-25 | 1 | -2/+2 |
* | | | | sparc64: perf: Add sanity checking on addresses in user stack | David Ahern | 2015-06-25 | 2 | -0/+35 |
* | | | | sparc64: Convert BUG_ON to warning | David Ahern | 2015-06-25 | 1 | -2/+3 |
* | | | | sparc: perf: Disable pagefaults while walking userspace stacks | David Ahern | 2015-06-25 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 2015-06-24 | 1 | -2/+4 |
* | | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -4/+4 |