index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+17
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
9
-247
/
+70
2022-02-10
bpf: Update iterators.lskel.h.
Alexei Starovoitov
1
-72
/
+69
2022-02-10
bpf: Extend sys_bpf commands for bpf_syscall programs.
Alexei Starovoitov
1
-4
/
+34
2022-02-10
Merge tag 'audit-pr-20220209' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-1
/
+1
2022-02-10
genirq: Kill irq_chip::parent_device
Marc Zyngier
1
-3
/
+0
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-544
/
+958
2022-02-09
audit: don't deref the syscall args when checking the openat2 open_how::flags
Paul Moore
1
-1
/
+1
2022-02-09
genirq: Allow the PM device to originate from irq domain
Marc Zyngier
1
-5
/
+18
2022-02-08
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
1
-1
/
+5
2022-02-08
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
1
-0
/
+4
2022-02-08
rcu-tasks: Set ->percpu_enqueue_shift to zero upon contention
Paul E. McKenney
1
-1
/
+1
2022-02-08
rcu-tasks: Use order_base_2() instead of ilog2()
Paul E. McKenney
1
-3
/
+3
2022-02-08
rcu: Create and use an rcu_rdp_cpu_online()
Paul E. McKenney
2
-12
/
+15
2022-02-08
rcu: Make rcu_barrier() no longer block CPU-hotplug operations
Paul E. McKenney
2
-15
/
+16
2022-02-08
rcu: Rework rcu_barrier() and callback-migration logic
Paul E. McKenney
2
-16
/
+63
2022-02-08
rcu: Refactor rcu_barrier() empty-list handling
Paul E. McKenney
1
-17
/
+8
2022-02-08
rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
David Woodhouse
2
-38
/
+37
2022-02-07
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
1
-1
/
+107
2022-02-07
bpf: Introduce bpf_prog_pack allocator
Song Liu
1
-0
/
+127
2022-02-07
bpf: Introduce bpf_arch_text_copy
Song Liu
1
-0
/
+5
2022-02-07
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2
-4
/
+2
2022-02-07
bpf: Use size instead of pages in bpf_binary_header
Song Liu
1
-6
/
+5
2022-02-07
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
2
-12
/
+11
2022-02-07
PM: s2idle: ACPI: Fix wakeup interrupts handling
Rafael J. Wysocki
3
-4
/
+5
2022-02-07
livepatch: Fix build failure on 32 bits processors
Christophe Leroy
1
-2
/
+2
2022-02-06
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
1
-2
/
+2
2022-02-06
sched/fair: Fix fault in reweight_entity
Tadeusz Struk
1
-5
/
+6
2022-02-06
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+16
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
1
-1
/
+104
2022-02-04
cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_set
Kevin Hao
1
-1
/
+1
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-139
/
+224
2022-02-03
gcc-plugins/stackleak: Use noinstr in favor of notrace
Kees Cook
1
-3
/
+2
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-4
/
+5
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-4
/
+5
2022-02-03
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-02-03
printk: Fix incorrect __user type in proc_dointvec_minmax_sysadmin()
Mickaël Salaün
1
-1
/
+1
2022-02-03
Revert "module, async: async_synchronize_full() on module init iff async is used"
Igor Pylypiv
2
-23
/
+5
2022-02-03
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-14
/
+65
2022-02-03
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
1
-0
/
+10
2022-02-02
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
1
-1
/
+1
2022-02-02
genirq, softirq: Use in_hardirq() instead of in_irq()
Changbin Du
2
-7
/
+7
2022-02-02
block: check that there is a plug in blk_flush_plug
Christoph Hellwig
1
-5
/
+2
2022-02-02
block: remove blk_needs_flush_plug
Christoph Hellwig
2
-2
/
+2
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
2
-2
/
+0
2022-02-02
perf/core: Allow kernel address filter when not filtering the kernel
Adrian Hunter
1
-2
/
+0
2022-02-02
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
1
-0
/
+3
2022-02-02
perf: Copy perf_event_attr::sig_data on modification
Marco Elver
1
-0
/
+16
2022-02-02
sched: move autogroup sysctls into its own file
Zhen Ni
3
-11
/
+24
[prev]
[next]