aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Gravatar Randy Dunlap 1-0/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+4
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-25/+0
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configGravatar Lukas Bulwahn 1-1/+0
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 6-23/+51
2022-08-10bpf: Shut up kern_sys_bpf warning.Gravatar Alexei Starovoitov 1-0/+8
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 5-17/+40
2022-08-10net: refactor bpf_sk_reuseport_detach()Gravatar Hawkins Jiawei 1-6/+3
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-35/+150
2022-08-10bpf: Only allow sleepable program for resched-able iteratorGravatar Hou Tao 1-1/+10
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorGravatar Hou Tao 1-0/+2
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorGravatar Hou Tao 1-0/+6
2022-08-10bpf: Disallow bpf programs call prog_run command.Gravatar Alexei Starovoitov 1-6/+14
2022-08-09bpf: Don't reinit map value in prealloc_lru_popGravatar Kumar Kartikeya Dwivedi 1-5/+1
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Gravatar Youngmin Nam 1-2/+2
2022-08-08Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Gravatar Linus Torvalds 1-2/+8
2022-08-08Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-11/+9
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-33/+356
2022-08-08kernel/sysctl.c: Remove trailing white spaceGravatar Fanjun Kong 1-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Gravatar Fanjun Kong 1-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGravatar Geert Uytterhoeven 1-3/+1
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idGravatar Stanislav Fomichev 1-4/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 6-30/+78
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-10/+17
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+3
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-5/+16
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 4-58/+303
2022-08-06posix-timers: Make do_clock_gettime() staticGravatar Jiri Slaby 1-1/+2
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putGravatar Jiri Olsa 1-1/+4
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 24-49/+1910
2022-08-04rv: Unlock on error path in rv_unregister_reactor()Gravatar Dan Carpenter 1-2/+4
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-28/+1
2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+21
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Gravatar Peilin Ye 1-25/+0
2022-08-04sched/core: Do not requeue task on CPU excluded from cpus_maskGravatar Mel Gorman 1-2/+6
2022-08-04perf/core: Fix ';;' typoGravatar Slark Xiao 1-1/+1
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+9
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 24-550/+1911
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-58/+115
2022-08-03sched/rt: Fix Sparse warnings due to undefined rt.c declarationsGravatar Ben Dooks 1-3/+4
2022-08-03exit: Fix typo in comment: s/sub-theads/sub-threadsGravatar Ingo Molnar 1-1/+1
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedGravatar Waiman Long 2-4/+6
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 3-0/+38
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 30-1093/+1757
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+6
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 2-79/+31