Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | scsi: core: check for device state in __scsi_remove_target() | Hannes Reinecke | 2017-12-19 | 1 | -1/+4 | |
| * | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2017-12-30 | 3 | -7/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | HID: core: lower log level for unknown main item tags to warnings | Hans de Goede | 2017-12-07 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | HID: holtekff: move MODULE_* parameters out of #ifdef block | Daniel Axtens | 2017-12-01 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | HID: cp2112: Fix I2C_BLOCK_DATA transactions | Eudean Sun | 2017-11-21 | 1 | -2/+13 | |
| * | | | | | | | | | | | | | kbuild: add '-fno-stack-check' to kernel build options | Linus Torvalds | 2017-12-30 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-30 | 45 | -202/+1636 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | / / | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | x86/ldt: Make the LDT mapping RO | Thomas Gleixner | 2017-12-23 | 4 | -12/+11 | |
| | * | | | | | | | | | | | x86/mm/dump_pagetables: Allow dumping current pagetables | Thomas Gleixner | 2017-12-23 | 3 | -6/+73 | |
| | * | | | | | | | | | | | x86/mm/dump_pagetables: Check user space page table for WX pages | Thomas Gleixner | 2017-12-23 | 3 | -6/+27 | |
| | * | | | | | | | | | | | x86/mm/dump_pagetables: Add page table directory to the debugfs VFS hierarchy | Borislav Petkov | 2017-12-23 | 1 | -5/+10 | |
| | * | | | | | | | | | | | x86/mm/pti: Add Kconfig | Dave Hansen | 2017-12-23 | 1 | -0/+10 | |
| | * | | | | | | | | | | | x86/dumpstack: Indicate in Oops whether PTI is configured and enabled | Vlastimil Babka | 2017-12-23 | 1 | -2/+4 | |
| | * | | | | | | | | | | | x86/mm: Clarify the whole ASID/kernel PCID/user PCID naming | Peter Zijlstra | 2017-12-23 | 1 | -12/+43 | |
| | * | | | | | | | | | | | x86/mm: Use INVPCID for __native_flush_tlb_single() | Dave Hansen | 2017-12-23 | 3 | -28/+60 | |
| | * | | | | | | | | | | | x86/mm: Optimize RESTORE_CR3 | Peter Zijlstra | 2017-12-23 | 2 | -4/+30 | |
| | * | | | | | | | | | | | x86/mm: Use/Fix PCID to optimize user/kernel switches | Peter Zijlstra | 2017-12-23 | 9 | -33/+162 | |
| | * | | | | | | | | | | | x86/mm: Abstract switching CR3 | Dave Hansen | 2017-12-23 | 1 | -2/+20 | |
| | * | | | | | | | | | | | x86/mm: Allow flushing for future ASID switches | Dave Hansen | 2017-12-23 | 2 | -8/+64 | |
| | * | | | | | | | | | | | x86/pti: Map the vsyscall page if needed | Andy Lutomirski | 2017-12-23 | 3 | -3/+69 | |
| | * | | | | | | | | | | | x86/pti: Put the LDT in its own PGD if PTI is on | Andy Lutomirski | 2017-12-23 | 6 | -17/+220 | |
| | * | | | | | | | | | | | x86/mm/64: Make a full PGD-entry size hole in the memory map | Andy Lutomirski | 2017-12-23 | 2 | -4/+4 | |
| | * | | | | | | | | | | | x86/events/intel/ds: Map debug buffers in cpu_entry_area | Hugh Dickins | 2017-12-23 | 2 | -45/+82 | |
| | * | | | | | | | | | | | x86/cpu_entry_area: Add debugstore entries to cpu_entry_area | Thomas Gleixner | 2017-12-23 | 5 | -21/+81 | |
| | * | | | | | | | | | | | x86/mm/pti: Map ESPFIX into user space | Andy Lutomirski | 2017-12-23 | 1 | -0/+11 | |
| | * | | | | | | | | | | | x86/mm/pti: Share entry text PMD | Thomas Gleixner | 2017-12-23 | 1 | -0/+10 | |
| | * | | | | | | | | | | | x86/entry: Align entry text section to PMD boundary | Thomas Gleixner | 2017-12-23 | 1 | -0/+8 | |
| | * | | | | | | | | | | | x86/mm/pti: Share cpu_entry_area with user space page tables | Andy Lutomirski | 2017-12-23 | 1 | -0/+25 | |
| | * | | | | | | | | | | | x86/mm/pti: Force entry through trampoline when PTI active | Thomas Gleixner | 2017-12-23 | 1 | -1/+4 | |
| | * | | | | | | | | | | | x86/mm/pti: Add functions to clone kernel PMDs | Andy Lutomirski | 2017-12-23 | 1 | -0/+127 | |
| | * | | | | | | | | | | | x86/mm/pti: Populate user PGD | Dave Hansen | 2017-12-23 | 1 | -1/+8 | |
| | * | | | | | | | | | | | x86/mm/pti: Allocate a separate user PGD | Dave Hansen | 2017-12-23 | 4 | -6/+45 | |
| | * | | | | | | | | | | | x86/mm/pti: Allow NX poison to be set in p4d/pgd | Dave Hansen | 2017-12-23 | 1 | -2/+12 | |
| | * | | | | | | | | | | | x86/mm/pti: Add mapping helper functions | Dave Hansen | 2017-12-23 | 3 | -1/+138 | |
| | * | | | | | | | | | | | x86/pti: Add the pti= cmdline option and documentation | Borislav Petkov | 2017-12-23 | 2 | -1/+31 | |
| | * | | | | | | | | | | | x86/mm/pti: Add infrastructure for page table isolation | Thomas Gleixner | 2017-12-23 | 9 | -3/+130 | |
| | * | | | | | | | | | | | x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching | Dave Hansen | 2017-12-23 | 3 | -7/+128 | |
| | * | | | | | | | | | | | x86/mm/pti: Disable global pages if PAGE_TABLE_ISOLATION=y | Dave Hansen | 2017-12-23 | 1 | -3/+9 | |
| | * | | | | | | | | | | | x86/cpufeatures: Add X86_BUG_CPU_INSECURE | Thomas Gleixner | 2017-12-23 | 3 | -2/+13 | |
| * | | | | | | | | | | | | Merge tag 'pm-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-12-29 | 3 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | cpufreq: schedutil: Use idle_calls counter of the remote CPU | Joel Fernandes | 2017-12-28 | 3 | -1/+15 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-12-29 | 30 | -121/+298 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'strparser-Fix-lockdep-issue' | David S. Miller | 2017-12-28 | 2 | -1/+6 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | strparser: Call sock_owned_by_user_nocheck | Tom Herbert | 2017-12-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | sock: Add sock_owned_by_user_nocheck | Tom Herbert | 2017-12-28 | 1 | -0/+5 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | skbuff: in skb_copy_ubufs unclone before releasing zerocopy | Willem de Bruijn | 2017-12-28 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | tipc: fix hanging poll() for stream sockets | Parthasarathy Bhuvaragan | 2017-12-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-28 | 3 | -4/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'bpf-bpftool-various-fixes' | Daniel Borkmann | 2017-12-23 | 2 | -3/+7 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | tools: bpftool: protect against races with disappearing objects | Jakub Kicinski | 2017-12-23 | 2 | -0/+4 |