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
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-7
/
+42
2020-11-12
Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+1
2020-11-11
Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-11
/
+11
2020-11-10
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+4
2020-11-10
cpufreq: Introduce governor flags
Rafael J. Wysocki
1
-1
/
+1
2020-11-08
fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent
Eddy Wu
1
-5
/
+5
2020-11-08
Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+5
2020-11-08
Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+14
2020-11-08
Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-11-08
Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2020-11-07
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
1
-2
/
+14
2020-11-07
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
1
-7
/
+5
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-7
/
+42
2020-11-06
bpf: Update verification logic for LSM programs
KP Singh
1
-3
/
+7
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
1
-2
/
+28
2020-11-05
bpf: BPF_PRELOAD depends on BPF_SYSCALL
Randy Dunlap
1
-0
/
+1
2020-11-05
Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-34
/
+107
2020-11-05
Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-12
/
+10
2020-11-04
entry: Fix the incorrect ordering of lockdep and RCU check
Thomas Gleixner
1
-2
/
+2
2020-11-04
kprobes: Tell lockdep about kprobe nesting
Steven Rostedt (VMware)
1
-4
/
+21
2020-11-02
tracing: Make -ENOMEM the default error for parse_synth_field()
Steven Rostedt (VMware)
1
-10
/
+7
2020-11-02
ring-buffer: Fix recursion protection transitions between interrupt context
Steven Rostedt (VMware)
1
-12
/
+46
2020-11-02
kernel/hung_task.c: make type annotations consistent
Lukas Bulwahn
1
-2
/
+1
2020-11-02
kthread_worker: prevent queuing delayed work from timer_fn when it is being c...
Zqiang
1
-1
/
+2
2020-11-02
ptrace: fix task_join_group_stop() for the case when current is traced
Oleg Nesterov
1
-9
/
+10
2020-11-02
cpufreq: schedutil: Don't skip freq update if need_freq_update is set
Viresh Kumar
1
-12
/
+10
2020-11-02
tracing: Fix the checking of stackidx in __ftrace_trace_stack
Qiujun Huang
1
-2
/
+2
2020-11-02
swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single
Christoph Hellwig
1
-10
/
+6
2020-11-02
swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"
Stefano Stabellini
1
-1
/
+5
2020-11-02
ftrace: Handle tracing when switching between context
Steven Rostedt (VMware)
2
-4
/
+28
2020-11-02
ftrace: Fix recursion check for NMI test
Steven Rostedt (VMware)
1
-1
/
+2
2020-11-02
tracing: Fix out of bounds write in get_trace_buf
Qiujun Huang
1
-1
/
+1
2020-11-01
Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+2
2020-11-01
Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-14
/
+10
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-3
/
+3
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-30
Merge tag 'pm-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-3
/
+5
2020-10-30
lockdep: Fix nr_unused_locks accounting
Peter Zijlstra
1
-10
/
+4
2020-10-30
locking/lockdep: Remove more raw_cpu_read() usage
Peter Zijlstra
1
-1
/
+1
2020-10-30
Merge branches 'pm-cpuidle' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2020-10-29
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2
-2
/
+6
2020-10-29
params: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
tracepoint: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set
Rafael J. Wysocki
1
-2
/
+4
2020-10-28
don't dump the threads that had been already exiting when zapped.
Al Viro
1
-1
/
+4
2020-10-28
Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+22
2020-10-28
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
1
-1
/
+3
2020-10-27
PM: sleep: fix typo in kernel/power/process.c
Jackie Zamow
1
-1
/
+1
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
1
-14
/
+22
[next]