index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numa
Bharata B Rao
1
-10
/
+0
2022-01-26
ucount: Make get_ucount a safe get_user replacement
Eric W. Biederman
1
-0
/
+2
2022-01-26
rcu-tasks: Fix computation of CPU-to-list shift counts
Paul E. McKenney
1
-4
/
+8
2022-01-26
cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
Tianchen Ding
1
-2
/
+1
2022-01-26
swiotlb: simplify array allocation
Robin Murphy
1
-2
/
+1
2022-01-26
swiotlb: tidy up includes
Robin Murphy
1
-18
/
+13
2022-01-26
swiotlb: simplify debugfs setup
Robin Murphy
1
-30
/
+10
2022-01-26
swiotlb: do not zero buffer in set_memory_decrypted()
Kirill A. Shutemov
1
-2
/
+0
2022-01-26
printk: ringbuffer: Improve prb_next_seq() performance
Petr Mladek
2
-5
/
+49
2022-01-26
perf/core: Fix cgroup event list management
Namhyung Kim
1
-2
/
+9
2022-01-26
perf: Always wake the parent event
James Clark
1
-2
/
+10
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-25
bpf: Fix possible race in inc_misses_counter
He Fengqing
1
-2
/
+3
2022-01-25
locking/lockdep: Avoid potential access of invalid memory in lock_class
Waiman Long
1
-9
/
+15
2022-01-25
lockdep: Use memset_startat() helper in reinit_class()
Xiu Jianfeng
1
-4
/
+1
2022-01-25
sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask
Mathieu Desnoyers
1
-4
/
+5
2022-01-25
audit: improve audit queue handling when "audit=1" on cmdline
Paul Moore
1
-19
/
+43
2022-01-25
PM: hibernate: Remove register_nosave_region_late()
Amadeusz Sławiński
1
-14
/
+7
2022-01-25
PM: wakeup: simplify the output logic of pm_show_wakelocks()
Greg Kroah-Hartman
1
-7
/
+4
2022-01-24
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.
Alexei Starovoitov
1
-1
/
+1
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
2
-0
/
+36
2022-01-24
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
1
-5
/
+15
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-192
/
+591
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-2
/
+3
2022-01-23
Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-94
/
+122
2022-01-23
Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-100
/
+146
2022-01-23
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-3
/
+10
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2
-3
/
+10
2022-01-23
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
1
-2
/
+2
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2
-6
/
+6
2022-01-22
locking/rwlocks: introduce write_lock_nested
Minchan Kim
2
-0
/
+22
2022-01-22
sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
Baokun Li
1
-3
/
+4
2022-01-22
kernel/sysctl.c: remove unused variable ten_thousand
Colin Ian King
1
-3
/
+0
2022-01-22
kprobe: move sysctl_kprobes_optimization to kprobes.c
Xiaoming Ni
2
-16
/
+26
2022-01-22
fs/coredump: move coredump sysctls into its own file
Xiaoming Ni
1
-2
/
+0
2022-01-22
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
2
-1
/
+4
2022-01-22
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
1
-1
/
+1
2022-01-22
fs: move namespace sysctls and declare fs base directory
Luis Chamberlain
1
-14
/
+0
2022-01-22
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
1
-31
/
+10
2022-01-22
fs: move pipe sysctls to is own file
Luis Chamberlain
1
-55
/
+6
2022-01-22
fs: move fs/exec.c sysctls into its own file
Luis Chamberlain
1
-66
/
+0
2022-01-22
fs: move namei sysctls to its own file
Luis Chamberlain
1
-36
/
+0
2022-01-22
fs: move locking sysctls where they are used
Luis Chamberlain
1
-20
/
+0
2022-01-22
fs: move shared sysctls to fs/sysctls.c
Luis Chamberlain
1
-18
/
+0
2022-01-22
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
1
-8
/
+4
2022-01-22
fs: move dcache sysctls to its own file
Luis Chamberlain
1
-7
/
+0
2022-01-22
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
1
-25
/
+0
2022-01-22
fs: move inode sysctls to its own file
Luis Chamberlain
1
-14
/
+0
2022-01-22
sysctl: share unsigned long const values
Luis Chamberlain
1
-6
/
+3
2022-01-22
stackleak: move stack_erasing sysctl to stackleak.c
Xiaoming Ni
2
-16
/
+24
[prev]
[next]