summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-08clocksource/drivers/stm32: Fix kernel panic with multiple timersDaniel Lezcano1-1/+6
2018-01-08clocksource/drivers/timer-of: Don't request the resource by nameDaniel Lezcano1-4/+4
2018-01-08clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'Daniel Lezcano2-0/+4
2018-01-08clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 pl...Baolin Wang3-0/+167
2018-01-08dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentationBaolin Wang1-0/+20
2018-01-08clocksource/drivers/timer-of: Add kernel documentationDaniel Lezcano1-0/+37
2018-01-08clocksource/drivers/timer-of: Fix function namesDaniel Lezcano1-18/+18
2018-01-08clocksource/drivers/tcb_clksrc: Fix clock speed messageRomain Izard1-1/+1
2018-01-08clocksource/drivers/owl: Add the S700 timerAndreas Färber1-0/+1
2018-01-08clocksource/drivers/owl: Adopt TIMER_OF_DECLARE()Andreas Färber1-2/+2
2018-01-08dt-bindings/clocksource: Add Actions Semi S700 timerAndreas Färber1-0/+1
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers4-12/+23
2018-01-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-25/+48
2018-01-04x86/process: Define cpu_tss_rw in same section as declarationNick Desaulniers1-1/+1
2018-01-04x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()Thomas Gleixner1-7/+6
2018-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+5
2018-01-03Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds5-13/+40
2018-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-12/+9
2018-01-03exec: Weaken dumpability for secureexecKees Cook1-2/+7
2018-01-03x86/dumpstack: Print registers for first stack frameJosh Poimboeuf1-1/+2
2018-01-03x86/dumpstack: Fix partial register dumpsJosh Poimboeuf3-13/+34
2018-01-03x86/pti: Make sure the user/kernel PTEs matchThomas Gleixner1-1/+2
2018-01-03x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky1-2/+2
2018-01-03x86/pti: Enable PTI by defaultThomas Gleixner1-0/+1
2018-01-02afs: Fix missing error handling in afs_write_end()David Howells1-3/+5
2018-01-02afs: Fix unlinkDavid Howells2-8/+33
2018-01-02afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter1-1/+1
2018-01-02fscache: Fix the default for fscache_maybe_release_page()David Howells1-1/+1
2018-01-02capabilities: fix buffer overread on very short xattrEric Biggers1-12/+9
2018-01-01Linux 4.15-rc6v4.15-rc6Linus Torvalds1-1/+1
2018-01-01Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds14-39/+42
2018-01-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-16/+16
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-20/+52
2017-12-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+9
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-43/+190
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-72/+196
2017-12-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+6
2017-12-31Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-17/+38
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+25
2017-12-31Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+24
2017-12-31Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2017-12-31Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-104/+117
2017-12-31MAINTAINERS: mark arch/blackfin/ and its gubbins as orphanedAdam Borowski1-9/+7
2017-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner1-1/+2
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner1-1/+7
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner1-6/+8
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2017-12-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+6