| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 1 | -0/+1 |
|\ |
|
| * | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags | Dan Williams | 2017-11-03 | 1 | -0/+1 |
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -8/+0 |
|\ \ |
|
| * | | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-07 | 1 | -7/+0 |
| * | | PCI: Remove redundant pcibios_set_master() declarations | Bjorn Helgaas | 2017-11-07 | 1 | -1/+0 |
* | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-14 | 2 | -8/+8 |
|\ \ \ |
|
| * | | | dma-mapping: turn dma_cache_sync into a dma_map_ops method | Christoph Hellwig | 2017-10-19 | 2 | -8/+8 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 130 | -0/+130 |
|\ \ \ |
|
| * | | | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| * | | | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 2017-11-02 | 26 | -0/+26 |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 103 | -0/+103 |
* | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
* | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2017-10-24 | 3 | -5/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | parisc: Fix detection of nonsynchronous cr16 cycle counters | Helge Deller | 2017-10-19 | 1 | -1/+4 |
| * | | | parisc: Export __cmpxchg_u64 unconditionally | Guenter Roeck | 2017-10-19 | 1 | -1/+1 |
| * | | | parisc: Fix double-word compare and exchange in LWS code on 32-bit kernels | John David Anglin | 2017-10-19 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations | Will Deacon | 2017-10-10 | 1 | -3/+1 |
* | | | locking/core: Remove {read,spin,write}_can_lock() | Will Deacon | 2017-10-10 | 1 | -18/+0 |
|/ / |
|
* | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-10-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | parisc, watchdog/core: Use lockup_detector_stop() | Thomas Gleixner | 2017-09-14 | 1 | -1/+1 |
* | | parisc: Unbreak bootloader due to gcc-7 optimizations | Helge Deller | 2017-09-22 | 2 | -2/+3 |
* | | parisc: Reintroduce option to gzip-compress the kernel | Helge Deller | 2017-09-22 | 2 | -0/+17 |
* | | parisc: Add HWPOISON page fault handler code | Helge Deller | 2017-09-22 | 1 | -4/+29 |
* | | parisc: Move init_per_cpu() into init section | Helge Deller | 2017-09-22 | 4 | -4/+4 |
* | | parisc: Check if initrd was loaded into broken RAM | Helge Deller | 2017-09-22 | 1 | -0/+9 |
* | | parisc: Add PDCE_CHECK instruction to HPMC handler | Helge Deller | 2017-09-22 | 1 | -1/+9 |
* | | parisc: Add wrapper for pdc_instr() firmware function | Helge Deller | 2017-09-22 | 2 | -0/+21 |
* | | parisc: Move start_parisc() into init section | Helge Deller | 2017-09-22 | 1 | -2/+2 |
* | | parisc: Stop unwinding at start of stack | Helge Deller | 2017-09-22 | 1 | -0/+12 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-09-11 | 1 | -16/+15 |
|\ |
|
| * | signal: Remove kernel interal si_code magic | Eric W. Biederman | 2017-07-24 | 1 | -16/+15 |
* | | arch: define CPU_BIG_ENDIAN for all fixed big endian archs | Babu Moger | 2017-09-08 | 1 | -0/+3 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-09-06 | 1 | -11/+3 |
|\ \ |
|
| * | | mm,fork: introduce MADV_WIPEONFORK | Rik van Riel | 2017-09-06 | 1 | -0/+3 |
| * | | mm: arch: consolidate mmap hugetlb size encodings | Mike Kravetz | 2017-09-06 | 1 | -11/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 2 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 2017-09-04 | 1 | -1/+0 |
| * | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2017-08-07 | 4 | -5/+7 |
| |\ \ |
|
| * | | | sock: add SOCK_ZEROCOPY sockopt | Willem de Bruijn | 2017-08-03 | 1 | -0/+2 |
* | | | | Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 24 | -72/+1050 |
|\ \ \ \ |
|
| * | | | | parisc/core: Fix section mismatches | Helge Deller | 2017-08-22 | 1 | -3/+3 |
| * | | | | parisc: Wire up support for self-extracting kernel | Helge Deller | 2017-08-22 | 2 | -3/+19 |
| * | | | | parisc: Make existing core files reuseable for bootloader | Helge Deller | 2017-08-22 | 4 | -1/+24 |
| * | | | | parisc: Add core code for self-extracting kernel | Helge Deller | 2017-08-22 | 9 | -0/+679 |
| * | | | | parisc: Enable UBSAN support | Helge Deller | 2017-08-22 | 1 | -0/+2 |
| * | | | | parisc/random: Add machine specific randomness | Helge Deller | 2017-08-22 | 1 | -3/+21 |
| * | | | | parisc: Optimize switch_mm | John David Anglin | 2017-08-22 | 1 | -0/+3 |
| * | | | | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERIT | Helge Deller | 2017-08-22 | 1 | -3/+0 |