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-05-06
kernel/fork.c: simplify copy_mm()
Rolf Eike Beer
1
-11
/
+4
2021-05-06
do_wait: make PIDTYPE_PID case O(1) instead of O(n)
Jim Newsome
1
-10
/
+57
2021-05-06
kernel/cred.c: make init_groups static
Rasmus Villemoes
1
-1
/
+1
2021-05-06
kernel/async.c: fix pr_debug statement
Rasmus Villemoes
1
-1
/
+1
2021-05-06
futex: Make syscall entry points less convoluted
Thomas Gleixner
1
-26
/
+37
2021-05-06
futex: Get rid of the val2 conditional dance
Thomas Gleixner
1
-14
/
+2
2021-05-06
futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
Thomas Gleixner
1
-2
/
+2
2021-05-06
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
1
-2
/
+1
2021-05-06
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+4
2021-05-06
locking/qrwlock: Cleanup queued_write_lock_slowpath()
Waiman Long
1
-3
/
+3
2021-05-06
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2
-14
/
+14
2021-05-06
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
1
-3
/
+9
2021-05-06
sched: Fix out-of-bound access in uclamp
Quentin Perret
1
-1
/
+1
2021-05-06
psi: Fix psi state corruption when schedule() races with cgroup move
Johannes Weiner
1
-10
/
+26
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-05-05
Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-10
/
+10
2021-05-05
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
1
-1
/
+1
2021-05-05
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-05-04
Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-334
/
+200
2021-05-04
Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-18
/
+153
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
25
-260
/
+1122
2021-05-03
Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+12
2021-05-03
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
1
-10
/
+17
2021-05-03
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
1
-8
/
+4
2021-05-01
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+5
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-5
/
+3
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-1
/
+1
2021-05-02
kbuild: update config_data.gz only when the content of .config is changed
Masahiro Yamada
2
-2
/
+8
2021-05-02
kernel/.gitgnore: remove stale timeconst.h and hz.bc
Masahiro Yamada
1
-2
/
+0
2021-04-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-91
/
+118
2021-04-30
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2021-04-30
Merge tag 'modules-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+4
2021-04-30
irq_work: record irq_work_queue() call stack
Zqiang
1
-1
/
+6
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
1
-0
/
+3
2021-04-30
kernel/dma: remove unnecessary unmap_kernel_range
Nicholas Piggin
1
-1
/
+0
2021-04-30
cgroup: rstat: punt root-level optimization to individual controllers
Johannes Weiner
1
-25
/
+36
2021-04-30
cgroup: rstat: support cgroup1
Johannes Weiner
2
-15
/
+21
2021-04-30
mm: memcontrol: fix kernel stack account
Muchun Song
1
-5
/
+8
2021-04-30
watchdog: cleanup handling of false positives
Petr Mladek
1
-12
/
+8
2021-04-30
watchdog: fix barriers when printing backtraces from all CPUs
Petr Mladek
1
-11
/
+6
2021-04-30
watchdog/softlockup: remove logic that tried to prevent repeated reports
Petr Mladek
1
-12
/
+2
2021-04-30
watchdog/softlockup: report the overall time of softlockups
Petr Mladek
1
-12
/
+28
2021-04-30
watchdog: explicitly update timestamp when reporting softlockup
Petr Mladek
1
-0
/
+3
2021-04-30
watchdog: rename __touch_watchdog() to a better descriptive name
Petr Mladek
1
-4
/
+4
2021-04-30
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
1
-14
/
+30
2021-04-29
Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-0
/
+1
2021-04-29
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
23
-649
/
+1735
2021-04-29
swiotlb: don't override user specified size in swiotlb_adjust_size
Christoph Hellwig
1
-0
/
+2
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-161
/
+89
[prev]
[next]