Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fdcd4073fccc6f989308be3f1d61d8a68cd990ce
/
include
fdcd407
printk: fix build warning when CONFIG_PRINTK=n
by Xiaoming Ni
· 3 years ago
d8c0418
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
by Luis Chamberlain
· 3 years ago
ab171b9
fs: move namespace sysctls and declare fs base directory
by Luis Chamberlain
· 3 years ago
51cb8df
sysctl: add and use base directory declarer and registration helper
by Luis Chamberlain
· 3 years ago
1998f19
fs: move pipe sysctls to is own file
by Luis Chamberlain
· 3 years ago
9c011be
fs: move namei sysctls to its own file
by Luis Chamberlain
· 3 years ago
dd81faa
fs: move locking sysctls where they are used
by Luis Chamberlain
· 3 years ago
5477161
sysctl: move maxolduid as a sysctl specific const
by Luis Chamberlain
· 3 years ago
c8c0c23
fs: move dcache sysctls to its own file
by Luis Chamberlain
· 3 years ago
204d5a2
fs: move fs stat sysctls to file_table.c
by Luis Chamberlain
· 3 years ago
1d67fe5
fs: move inode sysctls to its own file
by Luis Chamberlain
· 3 years ago
b1f2aff
sysctl: share unsigned long const values
by Luis Chamberlain
· 3 years ago
0df8bdd
stackleak: move stack_erasing sysctl to stackleak.c
by Xiaoming Ni
· 3 years ago
26d1c80
scsi/sg: move sg-big-buff sysctl to scsi/sg.c
by Xiaoming Ni
· 3 years ago
ee9efac
sysctl: add helper to register a sysctl mount point
by Luis Chamberlain
· 3 years ago
5475e8f
random: move the random sysctl declarations to its own file
by Xiaoming Ni
· 3 years ago
6aad36d
firmware_loader: move firmware sysctl to its own files
by Xiaoming Ni
· 3 years ago
a8f5de8
eventpoll: simplify sysctl declaration with register_sysctl()
by Xiaoming Ni
· 3 years ago
7b9ad12
inotify: simplify subdirectory registration with register_sysctl()
by Xiaoming Ni
· 3 years ago
49a4de7
dnotify: move dnotify sysctl to dnotify.c
by Xiaoming Ni
· 3 years ago
86b12b6
aio: move aio sysctl to aio.c
by Xiaoming Ni
· 3 years ago
bbe7a10
hung_task: move hung_task sysctl interface to hung_task.c
by Xiaoming Ni
· 3 years ago
78e36f3
sysctl: move some boundary constants from sysctl.c to sysctl_vals
by Xiaoming Ni
· 3 years ago
3ddd9a8
sysctl: add a new register_sysctl_init() interface
by Xiaoming Ni
· 3 years ago
ffa6575
mm/migrate.c: rework migration_entry_wait() to not take a pageref
by Alistair Popple
· 3 years ago
3c7c250
Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 3 years ago
75242f3
Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 3 years ago
64f29d8
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 3 years ago
fa2e1ba
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 3 years ago
f4484d1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years ago
5bf1828
delayacct: track delays from memory compact
by wangyong
· 3 years ago
1193829
delayacct: cleanup flags in struct task_delay_info and functions use it
by Yang Yang
· 3 years ago
82065b72
delayacct: fix incomplete disable operation when switch enable to disable
by Yang Yang
· 3 years ago
a3d5dc9
delayacct: support swapin delay accounting for swapping without blkio
by Yang Yang
· 3 years ago
23b36fe
panic: use error_report_end tracepoint on warnings
by Marco Elver
· 3 years ago
c7e4289
uuid: remove licence boilerplate text from the header
by Andy Shevchenko
· 3 years ago
8e930a6
uuid: discourage people from using UAPI header in new code
by Andy Shevchenko
· 3 years ago
60c7801
kunit: replace kernel.h with the necessary inclusions
by Andy Shevchenko
· 3 years ago
fd0a146
hash.h: remove unused define directive
by Isabella Basso
· 3 years ago
0425473
list: introduce list_is_head() helper and re-use it in list.h
by Andy Shevchenko
· 3 years ago
d6986ce
kthread: dynamically allocate memory to store kthread's full name
by Yafang Shao
· 3 years ago
3087c61
tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
by Yafang Shao
· 3 years ago
95af469
fs/binfmt_elf: replace open-coded string copy with get_task_comm
by Yafang Shao
· 3 years ago
40cbf09
kernel.h: include a note to discourage people from including it in headers
by Andy Shevchenko
· 3 years ago
22c0339
include/linux/unaligned: replace kernel.h with the necessary inclusions
by Andy Shevchenko
· 3 years ago
ae62fbe
proc: make the proc_create[_data]() stubs static inlines
by Hans de Goede
· 3 years ago
20c0357
mm: percpu: add generic pcpu_populate_pte() function
by Kefeng Wang
· 3 years ago
23f9171
mm: percpu: add generic pcpu_fc_alloc/free funciton
by Kefeng Wang
· 3 years ago
1ca3fb3
mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
by Kefeng Wang
· 3 years ago
1d1df41
Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 3 years ago
fd6f57b
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 3 years ago
0ed9059
Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
by Linus Torvalds
· 3 years ago
99845220
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Jakub Kicinski
· 3 years ago
a672b2e
bpf: Fix ringbuf memory type confusion when passing to helpers
by Daniel Borkmann
· 3 years ago
be80a1d
bpf: Generalize check_ctx_reg for reuse with other types
by Daniel Borkmann
· 3 years ago
90ed1e6
random: rather than entropy_store abstraction, use global
by Jason A. Donenfeld
· 3 years ago
d8d83d8
lib/crypto: blake2s: move hmac construction into wireguard
by Jason A. Donenfeld
· 3 years ago
9961315
Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
by Linus Torvalds
· 3 years ago
fe81ba1
Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
by Linus Torvalds
· 3 years ago
3bf6a9e
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 3 years ago
8357f6f
Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 3 years ago
6a8d7fb
Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 3 years ago
e3a8b6a
Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 3 years ago
e3daa26
Merge branch 'acpi-pfrut'
by Rafael J. Wysocki
· 3 years ago
0c947b8
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 3 years ago
a609718
devtmpfs regression fix: reconfigure on each mount
by NeilBrown
· 3 years ago
96000bc
Merge tag 'ntb-5.17' of git://github.com/jonmason/ntb
by Linus Torvalds
· 3 years ago
2225acc
Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 3 years ago
763978c
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
by Linus Torvalds
· 3 years ago
35ce8ae
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 3 years ago
6661224
Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode
by Linus Torvalds
· 3 years ago
7372971
rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
by Dan Carpenter
· 3 years ago
79e06c4
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 3 years ago
cb3f09f
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 3 years ago
4d66020
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 3 years ago
d0a231f
Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 3 years ago
88db845
Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
by Linus Torvalds
· 3 years ago
175398a
Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
by Linus Torvalds
· 3 years ago
49ad227
Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux
by Linus Torvalds
· 3 years ago
59d4145
Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 3 years ago
2aab34f
Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
by Linus Torvalds
· 3 years ago
f56caed
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 3 years ago
dea2903
cifs: move superblock magic defitions to magic.h
by Jeff Layton
· 3 years ago
76fd028
mm/damon: hide kernel pointer from tracepoint event
by SeongJae Park
· 3 years ago
2cd4b8e
mm/damon: move the implementation of damon_insert_region to damon.h
by Guoqing Jiang
· 3 years ago
6268eac
mm/damon/schemes: account how many times quota limit has exceeded
by SeongJae Park
· 3 years ago
0e92c2e
mm/damon/schemes: account scheme actions that successfully applied
by SeongJae Park
· 3 years ago
f4c6d22
mm/damon: remove a mistakenly added comment for a future feature
by SeongJae Park
· 3 years ago
88f86dc
mm/damon: convert macro functions to static inline functions
by SeongJae Park
· 3 years ago
234d687
mm/damon: modify damon_rand() macro to static inline function
by Xin Hao
· 3 years ago
9b2a38d
mm/damon: move damon_rand() definition into damon.h
by Xin Hao
· 3 years ago
cdeed00
mm/damon: remove some unneeded function definitions in damon.h
by Xin Hao
· 3 years ago
c46b0bb
mm/damon: add 'age' of region tracepoint support
by Xin Hao
· 3 years ago
cab0a7c
mm: make some vars and functions static or __init
by Ting Liu
· 3 years ago
5ee2fa2
mm/rmap: fix potential batched TLB flush race
by Huang Ying
· 3 years ago
bf181c5
mm/hwpoison: fix unpoison_memory()
by Naoya Horiguchi
· 3 years ago
c9fdc4d
mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE
by Naoya Horiguchi
· 3 years ago
c0e582d
mm/thp: drop unused trace events hugepage_[invalidate|splitting]
by Anshuman Khandual
· 3 years ago
84b328aa
mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()
by Baolin Wang
· 3 years ago
21b084f
mm/mempolicy: wire up syscall set_mempolicy_home_node
by Aneesh Kumar K.V
· 3 years ago
Next »