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-03-06
Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+6
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
-11
/
+21
2022-03-05
bpf: Fix checking PTR_TO_BTF_ID in check_mem_access
Hao Luo
-1
/
+2
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
-17
/
+41
2022-03-05
bpf: Disallow negative offset in check_ptr_off_reg
Kumar Kartikeya Dwivedi
-0
/
+6
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
-3
/
+6
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
-28
/
+41
2022-03-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-10
/
+15
2022-03-05
configs/debug: set CONFIG_DEBUG_INFO=y properly
Qian Cai
-1
/
+1
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
-9
/
+14
2022-03-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-50
/
+82
2022-03-04
Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-block
Linus Torvalds
-8
/
+18
2022-03-04
tracing: Fix return value of __setup handlers
Randy Dunlap
-3
/
+3
2022-03-04
signal, x86: Delay calling signals in atomic on RT enabled kernels
Oleg Nesterov
-1
/
+65
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-55
/
+133
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
-29
/
+35
2022-03-03
dma-debug: fix return value of __setup handlers
Randy Dunlap
-2
/
+2
2022-03-03
dma-mapping: remove CONFIG_DMA_REMAP
Christoph Hellwig
-18
/
+9
2022-03-02
Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+13
2022-03-02
bpf, x86: Set header->size properly before freeing it
Song Liu
-3
/
+6
2022-03-02
printk: fix return value of printk.devkmsg __setup handler
Randy Dunlap
-2
/
+4
2022-03-01
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
-3
/
+3
2022-03-01
PM: suspend: fix return value of __setup handler
Randy Dunlap
-4
/
+4
2022-03-01
PM: hibernate: fix __setup handler error handling
Randy Dunlap
-1
/
+1
2022-03-01
PM: hibernate: Clean up non-kernel-doc comments
Jiapeng Chong
-4
/
+4
2022-03-01
sched/tracing: Don't re-read p->state when emitting sched_switch event
Valentin Schneider
-7
/
+19
2022-03-01
sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
Valentin Schneider
-16
/
+28
2022-03-01
sched/cpuacct: Remove redundant RCU read lock
Chengming Zhou
-2
/
+0
2022-03-01
sched/cpuacct: Optimize away RCU read lock
Chengming Zhou
-3
/
+1
2022-03-01
sched/cpuacct: Fix charge percpu cpuusage
Chengming Zhou
-1
/
+2
2022-03-01
bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
Tiezhu Yang
-0
/
+4
2022-02-28
Merge back cpufreq changes for v5.18.
Rafael J. Wysocki
-1
/
+1
2022-02-28
bpf: Cache the last valid build_id
Hao Luo
-1
/
+11
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
-1
/
+1
2022-02-28
tracing: Update print fmt check to handle new __get_sockaddr() macro
Steven Rostedt (Google)
-0
/
+6
2022-02-28
blktrace: fix use after free for struct blk_trace
Yu Kuai
-8
/
+18
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
-1
/
+2
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
-438
/
+745
2022-02-28
Merge 5.17-rc6 into char-misc-next
Greg Kroah-Hartman
-102
/
+216
2022-02-27
Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-1
/
+2
2022-02-26
Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-53
/
+118
2022-02-25
tracing: Fix selftest config check for function graph start up test
Christophe Leroy
-4
/
+2
2022-02-25
bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.
Yucong Sun
-0
/
+7
2022-02-25
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
-21
/
+32
2022-02-25
ftrace: Remove unused ftrace_startup_enable() stub
Nathan Chancellor
-1
/
+0
2022-02-25
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
-4
/
+6
2022-02-25
tracing: Uninline trace_trigger_soft_disabled() partly
Christophe Leroy
-0
/
+14
2022-02-25
eprobes: Remove redundant event type information
Steven Rostedt (Google)
-16
/
+12
2022-02-25
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
-6
/
+46
2022-02-25
ucounts: Fix systemd LimitNPROC with private users regression
Eric W. Biederman
-1
/
+13
[prev]
[next]