summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-12-01exit: Put an upper limit on how often we can oopsJann Horn1-0/+42
2022-12-01panic: Separate sysctl logic from CONFIG_SMPKees Cook1-1/+3
2022-12-01block: bdev & blktrace: use consistent function doc. notationRandy Dunlap1-2/+2
2022-12-01clockevents: Repair kernel-doc for clockevent_delta2ns()Lukas Bulwahn1-1/+1
2022-12-01printk: use strscpy() to instead of strlcpy()Xu Panda1-1/+1
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-0/+18
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song3-7/+4
2022-11-30kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe1-0/+1
2022-11-30acct: fix potential integer overflow in encode_comp_t()Zheng Yejian1-0/+2
2022-11-30acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian1-2/+2
2022-11-30vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan1-0/+3
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt1-0/+5
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt1-1/+15
2022-11-30bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov1-3/+14
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka1-2/+3
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+2
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney14-153/+545
2022-11-30workqueue: Make queue_rcu_work() use call_rcu_hurry()Uladzislau Rezki1-1/+1
2022-11-30notifier: repair slips in kernel-doc commentsLukas Bulwahn1-3/+3
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe1-20/+0
2022-11-30genirq/irqdesc: Don't try to remove non-existing sysfs filesYang Yingliang2-6/+11
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney4-24/+16
2022-11-29rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)1-8/+8
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)1-1/+1
2022-11-29rcu/sync: Use call_rcu_hurry() instead of call_rcuJoel Fernandes (Google)1-1/+1
2022-11-29rcuscale: Add laziness and kfree testsJoel Fernandes (Google)1-2/+65
2022-11-29rcu: Shrinker for lazy rcuVineeth Pillai1-0/+52
2022-11-29rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()Joel Fernandes (Google)1-8/+9
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)7-82/+237
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-115/+263
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+2
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra1-4/+13
2022-11-28Daniel Borkmann says:Jakub Kicinski14-577/+2401
2022-11-28Merge tag 'trace-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-11/+35
2022-11-28tracing/user_events: Fix call print_fmt leakBeau Belgrave1-0/+1
2022-11-28kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei1-8/+8
2022-11-27Merge tag 'perf_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+25
2022-11-25Merge tag 'pm-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-15/+15
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25padata: Fix list iterator in padata_do_serial()Daniel Jordan1-2/+5
2022-11-25padata: Always leave BHs disabled when running ->parallel()Daniel Jordan1-3/+5
2022-11-24bpf: Don't mark arguments to fentry/fexit programs as trusted.Alexei Starovoitov2-6/+13
2022-11-24bpf: Add kfunc bpf_rcu_read_lock/unlock()Yonghong Song3-29/+148
2022-11-24bpf: Introduce might_sleep field in bpf_func_protoYonghong Song4-4/+13
2022-11-24timers: Provide timer_shutdown[_sync]()Thomas Gleixner1-0/+66
2022-11-24timers: Add shutdown mechanism to the internal functionsThomas Gleixner1-8/+54
2022-11-24timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner1-51/+92
2022-11-24timers: Silently ignore timers with a NULL functionThomas Gleixner1-5/+52
2022-11-24timers: Rename del_timer() to timer_delete()Thomas Gleixner1-3/+3