| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 2017-10-10 | 2 | -12/+0 |
* | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 2017-10-10 | 2 | -34/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2017-09-22 | 3 | -4/+1 |
|\ |
|
| * | tile: array underflow in setup_maxnodemem() | Dan Carpenter | 2017-07-24 | 1 | -1/+1 |
| * | tile: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2017-07-20 | 2 | -3/+0 |
* | | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-09-12 | 1 | -2/+2 |
|\ \ |
|
| * | | dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherent | Christoph Hellwig | 2017-08-29 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-09-11 | 3 | -13/+11 |
|\ \ |
|
| * | | signal: Remove kernel interal si_code magic | Eric W. Biederman | 2017-07-24 | 3 | -13/+11 |
| |/ |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-09 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan | 2017-09-08 | 1 | -1/+1 |
* | | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-08 | 2 | -42/+32 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-09-07 | 2 | -32/+0 |
| |\ \ |
|
| | * | | PCI: Add a generic weak pcibios_align_resource() | Palmer Dabbelt | 2017-08-02 | 2 | -19/+0 |
| | * | | PCI: Add a generic weak pcibios_fixup_bus() | Palmer Dabbelt | 2017-08-02 | 2 | -13/+0 |
| | |/ |
|
| * / | tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks | Lorenzo Pieralisi | 2017-08-03 | 2 | -10/+32 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-09-04 | 2 | -35/+7 |
|\ \ |
|
| * | | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 2017-08-25 | 1 | -35/+5 |
| * | | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 2017-08-10 | 1 | -0/+2 |
| |/ |
|
* / | arch: Remove spin_unlock_wait() arch-specific definitions | Paul E. McKenney | 2017-08-17 | 4 | -49/+0 |
|/ |
|
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 1 | -1/+0 |
|\ |
|
| * | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-03 | 1 | -1/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2017-07-14 | 3 | -75/+74 |
|\ \ |
|
| * | | mm, tile: drop arch_{add,remove}_memory | Michal Hocko | 2017-03-30 | 1 | -30/+0 |
| * | | tile: prefer <arch/intreg.h> to __need_int_reg_t | Chris Metcalf | 2017-03-27 | 2 | -45/+74 |
* | | | tile: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2017-07-11 | 2 | -19/+19 |
* | | | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-07-07 | 1 | -14/+12 |
|\ \ \ |
|
| * | | | tile: remove unneeded extra-y in Makefile | Masahiro Yamada | 2017-06-30 | 1 | -1/+0 |
| * | | | tile: thin archives fix linking | Nicholas Piggin | 2017-06-30 | 1 | -7/+7 |
| * | | | tile: fix dependency and .*.cmd inclusion for incremental build | Masahiro Yamada | 2017-06-30 | 1 | -6/+5 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-06 | 2 | -1/+13 |
|\ \ \ |
|
| * | | | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 2017-07-06 | 1 | -1/+2 |
| * | | | tile: provide default ioremap declaration | Logan Gunthorpe | 2017-07-06 | 1 | -0/+11 |
* | | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-06 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | kill strlen_user() | Al Viro | 2017-05-15 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-06 | 1 | -30/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tile: remove dma_supported and mapping_error methods | Christoph Hellwig | 2017-06-28 | 1 | -30/+0 |
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | jump_label: Reorder hotplug lock and jump_label_lock | Thomas Gleixner | 2017-05-26 | 1 | -2/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-03 | 1 | -2/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-06-22 | 1 | -1/+1 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | locking/x86: Remove the unused atomic_inc_short() methd | Dmitry Vyukov | 2017-06-08 | 1 | -2/+1 |
| | |/ /
| |/| | |
|
* | | | | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 2017-06-28 | 1 | -7/+0 |
| |/ /
|/| | |
|
* | | | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 1 | -1/+1 |
|/ / |
|
* | | arch/include: remove empty Kbuild files | Nicolas Dichtel | 2017-05-11 | 1 | -1/+0 |
* | | uapi: export all arch specifics directories | Nicolas Dichtel | 2017-05-11 | 1 | -2/+0 |
* | | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-11 | 3 | -37/+2 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-01 | 1 | -0/+2 |
|\ \ |
|
| * | | tile/time: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 2017-04-14 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 5 | -202/+28 |
|\ \ |
|