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
2021-09-28
module: fix clang CFI with MODULE_UNLOAD=n
Arnd Bergmann
1
-0
/
+2
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
1
-5
/
+12
2021-09-28
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
1
-1
/
+1
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-26
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
1
-15
/
+52
2021-09-26
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
1
-11
/
+19
2021-09-26
Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2021-09-26
Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-09-25
Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+8
2021-09-24
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
1
-0
/
+8
2021-09-24
Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
1
-1
/
+1
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-23
/
+50
2021-09-23
posix-cpu-timers: Prevent spuriously armed 0-value itimer
Frederic Weisbecker
1
-1
/
+2
2021-09-22
entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
Sean Christopherson
2
-6
/
+2
2021-09-22
KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
Sean Christopherson
2
-4
/
+14
2021-09-22
irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent
Bixuan Cui
1
-1
/
+1
2021-09-20
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
1
-4
/
+27
2021-09-20
misc_cgroup: remove error log to avoid log flood
Chunguang Xu
1
-7
/
+0
2021-09-20
misc_cgroup: introduce misc.events to count failures
Chunguang Xu
1
-0
/
+24
2021-09-19
audit: add filtering for io_uring records
Paul Moore
4
-19
/
+62
2021-09-19
audit,io_uring,io-wq: add some basic audit support to io_uring
Paul Moore
2
-0
/
+168
2021-09-19
audit: prepare audit_context for use in calling contexts beyond syscalls
Paul Moore
2
-94
/
+167
2021-09-19
genirq: Disable irqfixup/poll on PREEMPT_RT.
Ingo Molnar
1
-0
/
+8
2021-09-19
Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2021-09-19
Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-20
/
+45
2021-09-17
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
3
-1
/
+58
2021-09-17
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
2
-6
/
+2
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-1
/
+162
2021-09-17
Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-2
/
+4
2021-09-17
lockdep: Improve comments in wait-type checks
Zhouyi Zhou
2
-3
/
+3
2021-09-17
lockdep: Let lock_is_held_type() detect recursive read as read
Sebastian Andrzej Siewior
1
-1
/
+1
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
3
-21
/
+131
2021-09-17
genirq: Move prio assignment into the newly created thread
Thomas Gleixner
1
-2
/
+2
2021-09-17
genirq: Update irq_set_irqchip_state documentation
Josh Cartwright
1
-1
/
+1
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-44
/
+22
2021-09-16
scftorture: Warn on individual scf_torture_init() error conditions
Paul E. McKenney
1
-5
/
+5
2021-09-16
scftorture: Count reschedule IPIs
Paul E. McKenney
1
-0
/
+1
2021-09-16
scftorture: Account for weight_resched when checking for all zeroes
Paul E. McKenney
1
-2
/
+2
2021-09-16
scftorture: Shut down if nonsensical arguments given
Paul E. McKenney
1
-0
/
+4
2021-09-16
scftorture: Allow zero weight to exclude an smp_call_function*() category
Paul E. McKenney
1
-12
/
+12
2021-09-16
rcu: Avoid unneeded function call in rcu_read_unlock()
Waiman Long
1
-2
/
+1
2021-09-15
rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()
Paul E. McKenney
1
-3
/
+3
2021-09-15
rcu-tasks: Fix IPI failure handling in trc_wait_for_one_reader
Neeraj Upadhyay
1
-1
/
+3
2021-09-15
rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_trace
Neeraj Upadhyay
1
-10
/
+6
2021-09-15
rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitives
Neeraj Upadhyay
1
-7
/
+7
2021-09-15
rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_trace
Neeraj Upadhyay
1
-2
/
+2
2021-09-15
rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_trace
Neeraj Upadhyay
1
-1
/
+1
2021-09-15
rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in comment
Neeraj Upadhyay
1
-1
/
+1
2021-09-15
rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop
Paul E. McKenney
1
-2
/
+1
2021-09-15
rcu-tasks: Fix s/instruction/instructions/ typo in comment
Paul E. McKenney
1
-1
/
+1
[prev]
[next]