Age | Commit message (Expand) | Author | Files | Lines |
2017-07-15 | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2017-07-13 | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2 | -1/+2 |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -1/+1 |
2017-07-12 | kernel/watchdog: introduce arch_touch_nmi_watchdog() | Nicholas Piggin | 2 | -4/+3 |
2017-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 7 | -20/+57 |
2017-07-11 | sparc: move generic-y of exported headers to uapi/asm/Kbuild | Masahiro Yamada | 2 | -1/+2 |
2017-07-10 | lib/extable.c: use bsearch() library function in search_extable() | Thomas Meyer | 1 | -14/+14 |
2017-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 23 | -492/+889 |
2017-07-07 | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+8 |
2017-07-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
2017-07-06 | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -2/+0 |
2017-07-06 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 5 | -58/+62 |
2017-07-06 | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 1 | -1/+2 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -3/+13 |
2017-07-03 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+11 |
2017-07-03 | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+2 |
2017-07-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+0 |
2017-07-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -13/+0 |
2017-07-03 | kill {__,}{get,put}_user_unaligned() | Al Viro | 1 | -1/+0 |
2017-07-03 | sparc: kernel: pmc: make of_device_ids const. | Arvind Yadav | 1 | -1/+1 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -32/+0 |
2017-06-30 | sparc64: Use indirect calls in hamming weight stubs | David S. Miller | 1 | -8/+8 |
2017-06-28 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 4 | -32/+0 |
2017-06-28 | sparc: remove arch specific dma_supported implementations | Christoph Hellwig | 4 | -43/+39 |
2017-06-28 | sparc: remove leon_dma_ops | Christoph Hellwig | 2 | -6/+2 |
2017-06-28 | sparc: implement ->mapping_error | Christoph Hellwig | 4 | -9/+21 |
2017-06-25 | sparc64: fix typo in property | Pavel Tatashin | 2 | -3/+3 |
2017-06-25 | sparc64: add port_id to VIO device metadata | Jag Raman | 2 | -0/+3 |
2017-06-25 | sparc64: Enhance search for VIO device in MDESC | Jag Raman | 3 | -63/+64 |
2017-06-25 | sparc64: enhance VIO device probing | Jag Raman | 2 | -16/+42 |
2017-06-25 | sparc64: check if a client is allowed to register for MDESC notifications | Jag Raman | 1 | -0/+17 |
2017-06-25 | sparc64: remove restriction on VIO device name size | Jag Raman | 1 | -19/+4 |
2017-06-25 | sparc64: refactor code to obtain cfg_handle property from MDESC | Jag Raman | 1 | -11/+19 |
2017-06-25 | sparc64: add MDESC node name property to VIO device metadata | Jag Raman | 4 | -51/+68 |
2017-06-25 | sparc64: mdesc: use __GFP_REPEAT action modifier for VM allocation | Jag Raman | 1 | -5/+3 |
2017-06-25 | sparc64: expand MDESC interface | Jag Raman | 2 | -0/+233 |
2017-06-25 | sparc64: skip handshake for LDC channels in RAW mode | Jag Raman | 2 | -1/+15 |
2017-06-25 | sparc64: specify the device class in VIO version info. packet | Jag Raman | 1 | -0/+1 |
2017-06-25 | sparc64: ensure VIO operations are defined while being used | Jag Raman | 1 | -4/+13 |
2017-06-25 | sparc: kernel: apc: make of_device_ids const | Arvind Yadav | 1 | -1/+1 |
2017-06-25 | sparc64: Fix gup_huge_pmd | Nitin Gupta | 1 | -2/+2 |
2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+3 |
2017-06-21 | net: introduce SO_PEERGROUPS getsockopt | David Herrmann | 1 | -0/+2 |
2017-06-21 | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 19 | -122/+204 |
2017-06-19 | Adding the type of exported symbols | Nagarathnam Muthusamy | 4 | -0/+5 |
2017-06-19 | sed regex in Makefile.build requires line break between exported symbols | Nagarathnam Muthusamy | 1 | -18/+26 |
2017-06-19 | Adding asm-prototypes.h for genksyms to generate crc | Nagarathnam Muthusamy | 1 | -0/+24 |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 2 | -3/+3 |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
2017-06-15 | sparc/time: make of_device_ids const | Arvind Yadav | 1 | -1/+1 |