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-03-15
kernel/irq: export irq_gc_set_wake
Jianqun Xu
1
-0
/
+1
2021-03-15
dma-mapping: add a dma_alloc_noncontiguous API
Christoph Hellwig
1
-0
/
+106
2021-03-15
dma-mapping: refactor dma_{alloc,free}_pages
Christoph Hellwig
1
-10
/
+19
2021-03-15
dma-mapping: add a dma_mmap_pages helper
Christoph Hellwig
1
-0
/
+13
2021-03-14
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
1
-1
/
+1
2021-03-14
Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+4
2021-03-14
Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-21
/
+39
2021-03-14
Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-67
/
+63
2021-03-14
Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+4
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+38
2021-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+8
2021-03-13
mm/fork: clear PASID for new mm
Fenghua Yu
1
-0
/
+8
2021-03-12
io_uring: allow IO worker threads to be frozen
Jens Axboe
1
-1
/
+0
2021-03-12
kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing
Jens Axboe
1
-1
/
+1
2021-03-12
audit: further cleanup of AUDIT_FILTER_ENTRY deprecation
Richard Guy Briggs
1
-7
/
+4
2021-03-12
Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2021-03-11
kernel/futex: Explicitly document pi_lock for pi_state owner fixup
Davidlohr Bueso
1
-0
/
+1
2021-03-11
kernel/futex: Move hb unlock out of unqueue_me_pi()
Davidlohr Bueso
1
-7
/
+3
2021-03-11
kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner()
Davidlohr Bueso
1
-6
/
+5
2021-03-11
kernel/futex: Kill rt_mutex_next_owner()
Davidlohr Bueso
3
-23
/
+5
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-1
/
+10
2021-03-10
kernel: make IO threads unfreezable by default
Jens Axboe
1
-0
/
+1
2021-03-10
sched: Remove unnecessary variable from schedule_tail()
Edmundo Carmona Antoranz
1
-3
/
+1
2021-03-10
sched: Optimize __calc_delta()
Clement Courbet
2
-8
/
+12
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-140
/
+669
2021-03-09
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-35
/
+64
2021-03-10
bpf, xdp: Restructure redirect actions
Björn Töpel
2
-2
/
+0
2021-03-10
bpf, xdp: Make bpf_redirect_map() a map operation
Björn Töpel
3
-5
/
+32
2021-03-08
kcsan: Add missing license and copyright headers
Marco Elver
7
-1
/
+32
2021-03-08
kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests
Marco Elver
1
-62
/
+54
2021-03-08
kcsan: Make test follow KUnit style recommendations
Marco Elver
2
-3
/
+3
2021-03-08
kcsan, debugfs: Move debugfs file creation out of early init
Marco Elver
3
-8
/
+3
2021-03-08
rcutorture: Replace rcu_torture_stall string with %s
Stephen Zhang
1
-3
/
+3
2021-03-08
torture: Replace torture_init_begin string with %s
Stephen Zhang
1
-3
/
+3
2021-03-08
rcu-tasks: Add block comment laying out RCU Tasks Trace design
Paul E. McKenney
1
-0
/
+36
2021-03-08
rcu-tasks: Rectify kernel-doc for struct rcu_tasks
Lukas Bulwahn
1
-2
/
+2
2021-03-08
rcu: Make rcu_read_unlock_special() expedite strict grace periods
Paul E. McKenney
1
-0
/
+1
2021-03-08
rcutorture: Fix testing of RCU priority boosting
Paul E. McKenney
1
-14
/
+22
2021-03-08
rcu: Expedite deboost in case of deferred quiescent state
Paul E. McKenney
1
-12
/
+14
2021-03-08
rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloading
Frederic Weisbecker
1
-4
/
+5
2021-03-08
rcu/nocb: Only (re-)initialize segcblist when needed on CPU up
Frederic Weisbecker
1
-5
/
+4
2021-03-08
rcu/nocb: Avoid confusing double write of rdp->nocb_cb_sleep
Frederic Weisbecker
1
-3
/
+4
2021-03-08
rcu/nocb: Forbid NOCB toggling on offline CPUs
Frederic Weisbecker
2
-38
/
+22
2021-03-08
rcu/nocb: Comment the reason behind BH disablement on batch processing
Frederic Weisbecker
1
-0
/
+6
2021-03-08
rcu/nocb: Detect unsafe checks for offloaded rdp
Frederic Weisbecker
2
-24
/
+87
2021-03-08
rcutorture: Add crude tests for mem_dump_obj()
Paul E. McKenney
1
-0
/
+39
2021-03-08
rcuscale: Add kfree_rcu() single-argument scale test
Uladzislau Rezki (Sony)
1
-1
/
+14
2021-03-08
kvfree_rcu: Use same set of GFP flags as does single-argument
Uladzislau Rezki (Sony)
1
-1
/
+1
2021-03-08
kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRY
Uladzislau Rezki (Sony)
1
-1
/
+13
2021-03-08
kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()
Paul E. McKenney
1
-2
/
+1
[prev]
[next]