Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | arch/*: Kconfig: fix documentation for NMI watchdog | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-06-15 | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 3 | -4/+6 |
2018-06-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+1 |
2018-06-08 | mm: introduce ARCH_HAS_PTE_SPECIAL | Laurent Dufour | 2 | -3/+1 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -174/+159 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -270/+6 |
2018-06-06 | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -2/+2 |
2018-06-06 | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+1 |
2018-06-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -50/+41 |
2018-06-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+4 |
2018-06-05 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |
2018-06-05 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -241/+57 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 11 | -45/+325 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -15/+4 |
2018-06-01 | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck | 1 | -1/+1 |
2018-05-28 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 1 | -2/+2 |
2018-05-22 | sparc/PCI: Use dev_printk() when possible | Bjorn Helgaas | 5 | -79/+70 |
2018-05-22 | sparc32/PCI/PCIC: Converge device enable path | Bjorn Helgaas | 1 | -41/+30 |
2018-05-22 | sparc32/PCI/LEON: Converge device enable path | Bjorn Helgaas | 1 | -41/+23 |
2018-05-19 | Merge branch 'linus' into timers/2038 | Thomas Gleixner | 2 | -2/+2 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -15/+4 |
2018-05-15 | Remove jsflash driver | Jens Axboe | 1 | -40/+0 |
2018-05-15 | bpf, sparc: remove unused variable | Daniel Borkmann | 1 | -1/+0 |
2018-05-14 | softirq/sparc: Switch to generic local_softirq_pending() implementation | Frederic Weisbecker | 1 | -2/+3 |
2018-05-14 | softirq/sparc: Convert local_softirq_pending() to use per-cpu op | Frederic Weisbecker | 1 | -1/+1 |
2018-05-09 | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig | Christoph Hellwig | 1 | -4/+0 |
2018-05-09 | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig | Christoph Hellwig | 1 | -3/+1 |
2018-05-09 | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig | Christoph Hellwig | 1 | -3/+1 |
2018-05-09 | iommu-helper: move the IOMMU_HELPER config symbol to lib/ | Christoph Hellwig | 1 | -4/+1 |
2018-05-09 | iommu-common: move to arch/sparc | Christoph Hellwig | 7 | -5/+322 |
2018-05-08 | dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG | Christoph Hellwig | 1 | -1/+0 |
2018-05-08 | dma-debug: move initialization to common code | Christoph Hellwig | 2 | -15/+0 |
2018-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 4 | -269/+6 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 2 | -10/+0 |
2018-05-04 | bpf, sparc64: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -269/+6 |
2018-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -2/+2 |
2018-04-30 | sparc: vio: use put_device() instead of kfree() | Arvind Yadav | 1 | -1/+1 |
2018-04-30 | sparc64: Fix mistake in oradax license text | Rob Gardner | 1 | -1/+1 |
2018-04-25 | signal/sparc: Use force_sig_fault where appropriate | Eric W. Biederman | 7 | -178/+37 |
2018-04-25 | signal/sparc: Use send_sig_fault where appropriate | Eric W. Biederman | 2 | -85/+20 |
2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 7 | -0/+29 |
2018-04-20 | y2038: sparc: Extend sysvipc data structures | Arnd Bergmann | 4 | -50/+41 |
2018-04-20 | sparc: fix compat siginfo ABI regression | Dmitry V. Levin | 3 | -9/+2 |
2018-04-19 | compat: Move compat_timespec/ timeval to compat_time.h | Deepa Dinamani | 1 | -11/+0 |
2018-04-19 | sparc: compat: Allow including asm/compat.h for 32-bit | Arnd Bergmann | 1 | -0/+4 |
2018-04-17 | sparc/PCI: Request legacy VGA framebuffer only for VGA devices | Bjorn Helgaas | 2 | -19/+42 |
2018-04-16 | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -3/+1 |
2018-04-14 | mm/gup.c: document return value | Michael S. Tsirkin | 1 | -0/+4 |