index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
mm: remove cleancache
Christoph Hellwig
2
-129
/
+0
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2
-9
/
+18
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2
-4
/
+2
2022-01-22
fs: proc: store PDE()->data into inode->i_private
Muchun Song
1
-1
/
+12
2022-01-22
locking/rwlocks: introduce write_lock_nested
Minchan Kim
4
-0
/
+25
2022-01-22
kprobe: move sysctl_kprobes_optimization to kprobes.c
Xiaoming Ni
1
-6
/
+0
2022-01-22
fs/coredump: move coredump sysctls into its own file
Xiaoming Ni
1
-4
/
+6
2022-01-22
printk: fix build warning when CONFIG_PRINTK=n
Xiaoming Ni
1
-4
/
+0
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
-3
/
+0
2022-01-22
sysctl: add and use base directory declarer and registration helper
Luis Chamberlain
1
-0
/
+24
2022-01-22
fs: move pipe sysctls to is own file
Luis Chamberlain
2
-4
/
+6
2022-01-22
fs: move namei sysctls to its own file
Luis Chamberlain
1
-1
/
+0
2022-01-22
fs: move locking sysctls where they are used
Luis Chamberlain
1
-4
/
+0
2022-01-22
sysctl: move maxolduid as a sysctl specific const
Luis Chamberlain
1
-0
/
+3
2022-01-22
fs: move dcache sysctls to its own file
Luis Chamberlain
2
-12
/
+0
2022-01-22
fs: move fs stat sysctls to file_table.c
Luis Chamberlain
1
-3
/
+0
2022-01-22
fs: move inode sysctls to its own file
Luis Chamberlain
1
-3
/
+0
2022-01-22
sysctl: share unsigned long const values
Luis Chamberlain
1
-0
/
+6
2022-01-22
stackleak: move stack_erasing sysctl to stackleak.c
Xiaoming Ni
1
-5
/
+0
2022-01-22
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
Xiaoming Ni
1
-4
/
+0
2022-01-22
sysctl: add helper to register a sysctl mount point
Luis Chamberlain
1
-0
/
+7
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
1
-1
/
+0
2022-01-22
firmware_loader: move firmware sysctl to its own files
Xiaoming Ni
1
-1
/
+0
2022-01-22
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
2
-3
/
+0
2022-01-22
inotify: simplify subdirectory registration with register_sysctl()
Xiaoming Ni
2
-5
/
+0
2022-01-22
dnotify: move dnotify sysctl to dnotify.c
Xiaoming Ni
1
-1
/
+0
2022-01-22
aio: move aio sysctl to aio.c
Xiaoming Ni
1
-4
/
+0
2022-01-22
hung_task: move hung_task sysctl interface to hung_task.c
Xiaoming Ni
1
-13
/
+1
2022-01-22
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-3
/
+10
2022-01-22
sysctl: add a new register_sysctl_init() interface
Xiaoming Ni
1
-0
/
+3
2022-01-22
mm/migrate.c: rework migration_entry_wait() to not take a pageref
Alistair Popple
1
-0
/
+2
2022-01-21
Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+11
2022-01-21
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-1
/
+5
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
3
-2
/
+4
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-8
/
+28
2022-01-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
15
-85
/
+145
2022-01-20
delayacct: track delays from memory compact
wangyong
2
-1
/
+33
2022-01-20
delayacct: cleanup flags in struct task_delay_info and functions use it
Yang Yang
1
-17
/
+0
2022-01-20
delayacct: fix incomplete disable operation when switch enable to disable
Yang Yang
1
-0
/
+18
2022-01-20
delayacct: support swapin delay accounting for swapping without blkio
Yang Yang
1
-22
/
+22
2022-01-20
panic: use error_report_end tracepoint on warnings
Marco Elver
1
-3
/
+5
2022-01-20
uuid: remove licence boilerplate text from the header
Andy Shevchenko
1
-9
/
+0
2022-01-20
uuid: discourage people from using UAPI header in new code
Andy Shevchenko
1
-0
/
+1
2022-01-20
kunit: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2022-01-20
hash.h: remove unused define directive
Isabella Basso
1
-4
/
+1
2022-01-20
list: introduce list_is_head() helper and re-use it in list.h
Andy Shevchenko
1
-14
/
+22
2022-01-20
kthread: dynamically allocate memory to store kthread's full name
Yafang Shao
1
-0
/
+1
2022-01-20
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
Yafang Shao
1
-2
/
+7
2022-01-20
fs/binfmt_elf: replace open-coded string copy with get_task_comm
Yafang Shao
2
-0
/
+10
[next]