index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clocksource/drivers/stm32: Add oneshot mode
Benjamin Gaignard
2018-01-08
1
-12
/
+44
*
clocksource/drivers/stm32: Compute a prescaler value with a targeted rate
Benjamin Gaignard
2018-01-08
1
-1
/
+11
*
clocksource/drivers/stm32: Factor out the timer width sorting code
Daniel Lezcano
2018-01-08
1
-7
/
+23
*
clocksource/drivers/stm32: Use the node name as timer name
Daniel Lezcano
2018-01-08
1
-1
/
+1
*
clocksource/drivers/stm32: Convert the driver to timer_of primitives
Benjamin Gaignard
2018-01-08
2
-114
/
+74
*
clocksource/drivers/stm32: Fix kernel panic with multiple timers
Daniel Lezcano
2018-01-08
1
-1
/
+6
*
clocksource/drivers/timer-of: Don't request the resource by name
Daniel Lezcano
2018-01-08
1
-4
/
+4
*
clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'
Daniel Lezcano
2018-01-08
2
-0
/
+4
*
clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 pl...
Baolin Wang
2018-01-08
3
-0
/
+167
*
dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentation
Baolin Wang
2018-01-08
1
-0
/
+20
*
clocksource/drivers/timer-of: Add kernel documentation
Daniel Lezcano
2018-01-08
1
-0
/
+37
*
clocksource/drivers/timer-of: Fix function names
Daniel Lezcano
2018-01-08
1
-18
/
+18
*
clocksource/drivers/tcb_clksrc: Fix clock speed message
Romain Izard
2018-01-08
1
-1
/
+1
*
clocksource/drivers/owl: Add the S700 timer
Andreas Färber
2018-01-08
1
-0
/
+1
*
clocksource/drivers/owl: Adopt TIMER_OF_DECLARE()
Andreas Färber
2018-01-08
1
-2
/
+2
*
dt-bindings/clocksource: Add Actions Semi S700 timer
Andreas Färber
2018-01-08
1
-0
/
+1
*
posix-timers: Prevent UB from shifting negative signed value
Nick Desaulniers
2018-01-04
4
-12
/
+23
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-04
8
-25
/
+48
|
\
|
*
x86/process: Define cpu_tss_rw in same section as declaration
Nick Desaulniers
2018-01-03
1
-1
/
+1
|
*
x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
Thomas Gleixner
2018-01-03
1
-7
/
+6
|
*
x86/dumpstack: Print registers for first stack frame
Josh Poimboeuf
2018-01-03
1
-1
/
+2
|
*
x86/dumpstack: Fix partial register dumps
Josh Poimboeuf
2018-01-03
3
-13
/
+34
|
*
x86/pti: Make sure the user/kernel PTEs match
Thomas Gleixner
2018-01-03
1
-1
/
+2
|
*
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
2018-01-03
1
-2
/
+2
|
*
x86/pti: Enable PTI by default
Thomas Gleixner
2018-01-03
1
-0
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2018-01-03
1
-3
/
+5
|
\
\
|
*
|
pid: Handle failure to allocate the first pid in a pid namespace
Eric W. Biederman
2017-12-24
1
-3
/
+5
*
|
|
Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...
Linus Torvalds
2018-01-03
5
-13
/
+40
|
\
\
\
|
*
|
|
afs: Fix missing error handling in afs_write_end()
David Howells
2018-01-02
1
-3
/
+5
|
*
|
|
afs: Fix unlink
David Howells
2018-01-02
2
-8
/
+33
|
*
|
|
afs: Potential uninitialized variable in afs_extract_data()
Dan Carpenter
2018-01-02
1
-1
/
+1
|
*
|
|
fscache: Fix the default for fscache_maybe_release_page()
David Howells
2018-01-02
1
-1
/
+1
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2018-01-03
1
-12
/
+9
|
\
\
\
\
|
*
|
|
|
capabilities: fix buffer overread on very short xattr
Eric Biggers
2018-01-02
1
-12
/
+9
|
|
/
/
/
*
/
/
/
exec: Weaken dumpability for secureexec
Kees Cook
2018-01-03
1
-2
/
+7
|
/
/
/
*
|
|
Linux 4.15-rc6
v4.15-rc6
Linus Torvalds
2017-12-31
1
-1
/
+1
*
|
|
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2017-12-31
14
-39
/
+42
|
\
\
\
|
*
|
|
x86/apic: Switch all APICs to Fixed delivery mode
Thomas Gleixner
2017-12-29
6
-16
/
+8
|
*
|
|
x86/apic: Update the 'apic=' description of setting APIC driver
Dou Liyang
2017-12-28
1
-1
/
+5
|
*
|
|
x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
Dou Liyang
2017-12-28
1
-0
/
+2
|
*
|
|
x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
Linus Torvalds
2017-12-27
1
-3
/
+1
|
*
|
|
x86: Remove unused parameter of prepare_switch_to
rodrigosiqueira
2017-12-27
1
-3
/
+2
|
*
|
|
x86/stacktrace: Make zombie stack traces reliable
Josh Poimboeuf
2017-12-19
1
-1
/
+5
|
*
|
|
x86/mm: Unbreak modules that use the DMA API
Tom Lendacky
2017-12-18
1
-2
/
+2
|
*
|
|
x86/build: Make isoimage work on Debian
Matthew Wilcox
2017-12-16
1
-12
/
+16
|
*
|
|
x86/espfix/64: Fix espfix double-fault handling on 5-level systems
Andy Lutomirski
2017-12-15
1
-1
/
+1
*
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-12-31
3
-16
/
+16
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
x86/ldt: Make LDT pgtable free conditional
Thomas Gleixner
2017-12-31
1
-1
/
+2
|
*
|
|
x86/ldt: Plug memory leak in error path
Thomas Gleixner
2017-12-31
1
-1
/
+7
|
*
|
|
x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()
Thomas Gleixner
2017-12-31
1
-6
/
+8
[next]