index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
-0
/
+18
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
-13
/
+46
2022-12-04
Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-4
/
+13
2022-12-02
signal: Initialize the info in ksignal
haifeng.xu
-0
/
+1
2022-12-02
panic: Expose "warn_count" to sysfs
Kees Cook
-2
/
+20
2022-12-02
panic: Introduce warn_limit
Kees Cook
-0
/
+14
2022-12-02
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
-6
/
+9
2022-12-02
exit: Allow oops_limit to be disabled
Kees Cook
-1
/
+1
2022-12-02
seccomp: Move copy_seccomp() to no failure path.
Kuniyuki Iwashima
-6
/
+11
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
-171
/
+298
2022-12-02
cpu/hotplug: Do not bail-out in DYING/STARTING sections
Vincent Donnefort
-16
/
+40
2022-12-02
cpu/hotplug: Set cpuhp target for boot cpu
Phil Auld
-0
/
+1
2022-12-02
cpu/hotplug: Make target_store() a nop when target == state
Phil Auld
-1
/
+3
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
-9
/
+17
2022-12-02
printk: htmldocs: add missing description
John Ogness
-0
/
+2
2022-12-02
printk: relieve console_lock of list synchronization duties
John Ogness
-24
/
+20
2022-12-02
printk, xen: fbfront: create/use safe function for forcing preferred
John Ogness
-3
/
+46
2022-12-02
console: introduce console_is_registered()
John Ogness
-1
/
+1
2022-12-02
printk: console_device: use srcu console list iterator
John Ogness
-1
/
+11
2022-12-02
printk: console_flush_on_panic: use srcu console list iterator
John Ogness
-10
/
+11
2022-12-02
printk: console_unblank: use srcu console list iterator
John Ogness
-4
/
+13
2022-12-02
printk: console_is_usable: use console_srcu_read_flags
John Ogness
-4
/
+5
2022-12-02
printk: __pr_flush: use srcu console list iterator
John Ogness
-1
/
+9
2022-12-02
printk: console_flush_all: use srcu console list iterator
John Ogness
-15
/
+35
2022-12-02
kdb: use srcu console list iterator
John Ogness
-2
/
+16
2022-12-02
console: introduce wrappers to read/write console flags
John Ogness
-5
/
+5
2022-12-02
printk: introduce console_list_lock
John Ogness
-9
/
+80
2022-12-02
printk: fix setting first seq for consoles
John Ogness
-5
/
+45
2022-12-02
printk: move @seq initialization to helper
John Ogness
-9
/
+14
2022-12-02
printk: register_console: use "registered" for variable names
John Ogness
-7
/
+7
2022-12-02
printk: Prepare for SRCU console list protection
John Ogness
-15
/
+72
2022-12-02
printk: Convert console_drivers list to hlist
Thomas Gleixner
-46
/
+55
2022-12-02
module: add module_elf_check_arch for module-specific checks
Nicholas Piggin
-0
/
+10
2022-12-01
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
-1
/
+1
2022-12-01
jump_label: Prevent key->enabled int overflow
Dmitry Safonov
-12
/
+44
2022-12-01
srcu: Make Tiny synchronize_srcu() check for readers
Zqiang
-0
/
+10
2022-12-01
Merge branch 'locking/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
-6
/
+2
2022-12-01
PM: hibernate: Complain about memory map mismatches during resume
Xueqin Luo
-2
/
+6
2022-12-01
exit: Expose "oops_count" to sysfs
Kees Cook
-2
/
+20
2022-12-01
exit: Put an upper limit on how often we can oops
Jann Horn
-0
/
+42
2022-12-01
panic: Separate sysctl logic from CONFIG_SMP
Kees Cook
-1
/
+3
2022-12-01
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
-2
/
+2
2022-12-01
clockevents: Repair kernel-doc for clockevent_delta2ns()
Lukas Bulwahn
-1
/
+1
2022-12-01
printk: use strscpy() to instead of strlcpy()
Xu Panda
-1
/
+1
2022-12-01
vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copy
Jann Horn
-0
/
+18
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
-7
/
+4
2022-11-30
kernel/user: Allow user_struct::locked_vm to be usable for iommufd
Jason Gunthorpe
-0
/
+1
2022-11-30
acct: fix potential integer overflow in encode_comp_t()
Zheng Yejian
-0
/
+2
2022-11-30
acct: fix accuracy loss for input value of encode_comp_t()
Zheng Yejian
-2
/
+2
2022-11-30
vmcoreinfo: warn if we exceed vmcoreinfo data size
Stephen Brennan
-0
/
+3
[prev]
[next]