index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+6
2021-02-12
Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-02-11
tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware)
1
-1
/
+1
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-21
/
+22
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-15
/
+13
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
1
-1
/
+5
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
1
-2
/
+2
2021-02-08
Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2021-02-07
Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2021-02-07
Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-24
/
+20
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-12
/
+4
2021-02-07
Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+2
2021-02-06
entry: Use different define for selector variable in SUD
Gabriel Krisman Bertazi
1
-2
/
+2
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
1
-10
/
+2
2021-02-05
tracing: Do not count ftrace events in top level enable output
Steven Rostedt (VMware)
1
-1
/
+2
2021-02-05
init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
Johannes Berg
1
-1
/
+1
2021-02-05
ntp: Use freezable workqueue for RTC synchronization
Geert Uytterhoeven
1
-2
/
+2
2021-02-05
dma-mapping: benchmark: use u8 for reserved field in uAPI structure
Barry Song
1
-1
/
+1
2021-02-03
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
1
-0
/
+2
2021-02-03
Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+38
2021-02-03
bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3
Alexei Starovoitov
1
-3
/
+0
2021-02-02
Merge tag 'dma-mapping-5.11-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2021-02-02
Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-3
/
+27
2021-01-31
Merge tag 'core-urgent-2021-01-31' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2021-01-30
genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is set
Marc Zyngier
1
-24
/
+20
2021-01-29
kretprobe: Avoid re-registration of the same kretprobe earlier
Wang ShaoBo
1
-0
/
+4
2021-01-29
Merge tag 'pm-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+1
2021-01-29
tracing/kprobe: Fix to support kretprobe events on unloaded modules
Masami Hiramatsu
2
-13
/
+31
2021-01-29
tracing: Use pause-on-trace with the latency tracers
Viktor Rosendahl
1
-0
/
+4
2021-01-29
fgraph: Initialize tracing_graph_pause at task creation
Steven Rostedt (VMware)
1
-2
/
+0
2021-01-28
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-3
/
+27
2021-01-28
entry: Unbreak single step reporting behaviour
Yuxuan Shui
1
-1
/
+1
2021-01-27
dma-mapping: benchmark: fix kernel crash when dma_map_single fails
Barry Song
1
-1
/
+5
2021-01-26
bpf, preload: Fix build when $(O) points to a relative path
Quentin Monnet
1
-1
/
+4
2021-01-26
bpf: Drop disabled LSM hooks from the sleepable set
Mikko Ylinen
1
-0
/
+12
2021-01-26
futex: Handle faults correctly for PI futexes
Thomas Gleixner
1
-37
/
+20
2021-01-26
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
1
-27
/
+26
2021-01-26
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
1
-7
/
+1
2021-01-26
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
3
-5
/
+3
2021-01-26
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
1
-33
/
+33
2021-01-26
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
1
-7
/
+3
2021-01-26
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
1
-15
/
+16
2021-01-25
Merge tag 'printk-for-5.11-urgent-fixup' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2021-01-25
PM: hibernate: flush swap writer after marking
Laurent Badel
1
-1
/
+1
2021-01-25
kernel: kexec: remove the lock operation of system_transition_mutex
Baoquan He
1
-2
/
+0
2021-01-25
Merge branch 'printk-rework' into for-linus
Petr Mladek
1
-1
/
+1
2021-01-25
printk: fix string termination for record_print_text()
John Ogness
1
-1
/
+1
2021-01-24
Merge tag 'irq_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+2
2021-01-24
Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-33
/
+129
2021-01-24
Merge tag 'timers_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-4
/
+3
[next]