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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-01
lockdep: Make print_lock() address visible
Paul E. McKenney
1
-1
/
+1
2019-08-01
rcu: Simplify rcu_note_context_switch exit from critical section
Joel Fernandes (Google)
1
-9
/
+0
2019-08-01
rcu: Make rcu_read_unlock_special() checks match raise_softirq_irqoff()
Paul E. McKenney
1
-2
/
+3
2019-08-01
rcu: Simplify rcu_read_unlock_special() deferred wakeups
Paul E. McKenney
1
-6
/
+1
2019-08-01
bpf: always allocate at least 16 bytes for setsockopt hook
Stanislav Fomichev
1
-4
/
+13
2019-08-01
pidfd: add P_PIDFD to waitid()
Christian Brauner
3
-5
/
+43
2019-08-01
posix-timers: Move rcu_head out of it union
Sebastian Andrzej Siewior
1
-2
/
+2
2019-08-01
posix-timers: Rework cancel retry loops
Thomas Gleixner
1
-6
/
+23
2019-08-01
posix-timers: Cleanup the flag/flags confusion
Thomas Gleixner
1
-5
/
+5
2019-08-01
itimers: Prepare for PREEMPT_RT
Anna-Maria Gleixner
1
-0
/
+1
2019-08-01
alarmtimer: Prepare for PREEMPT_RT
Anna-Maria Gleixner
1
-1
/
+1
2019-08-01
sched/deadline: Ensure inactive_timer runs in hardirq context
Juri Lelli
1
-2
/
+2
2019-08-01
timers: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-8
/
+95
2019-08-01
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-6
/
+89
2019-08-01
hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT
Sebastian Andrzej Siewior
1
-0
/
+34
2019-08-01
hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT
Sebastian Andrzej Siewior
1
-1
/
+11
2019-08-01
tick: Mark tick related hrtimers to expiry in hard interrupt context
Sebastian Andrzej Siewior
2
-10
/
+18
2019-08-01
watchdog: Mark watchdog_hrtimer to expire in hard interrupt context
Sebastian Andrzej Siewior
1
-2
/
+2
2019-08-01
perf/core: Mark hrtimers to expire in hard interrupt context
Sebastian Andrzej Siewior
1
-4
/
+4
2019-08-01
sched: Mark hrtimers to expire in hard interrupt context
Sebastian Andrzej Siewior
3
-8
/
+9
2019-08-01
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
1
-2
/
+7
2019-08-01
hrtimer/treewide: Use hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-2
/
+2
2019-08-01
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-2
/
+17
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
2
-16
/
+35
2019-07-31
Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-10
/
+7
2019-07-31
kprobes: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-1
/
+1
2019-07-31
tracing: Use CONFIG_PREEMPTION
Thomas Gleixner
4
-6
/
+6
2019-07-31
rcu: Use CONFIG_PREEMPTION
Thomas Gleixner
4
-11
/
+11
2019-07-31
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
3
-10
/
+10
2019-07-30
fgraph: Remove redundant ftrace_graph_notrace_addr() test
Changbin Du
1
-10
/
+7
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
2
-5
/
+5
2019-07-30
exit: make setting exit_state consistent
Christian Brauner
1
-2
/
+3
2019-07-30
kernel/configs: Replace GPL boilerplate code with SPDX identifier
Thomas Huth
1
-15
/
+1
2019-07-30
modules: always page-align module section allocations
Jessica Yu
1
-6
/
+1
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2
-0
/
+202
2019-07-29
xdp: Refactor devmap allocation code for reuse
Toke Høiland-Jørgensen
1
-53
/
+83
2019-07-29
pidfd: Add warning if exit_state is 0 during notification
Joel Fernandes (Google)
1
-0
/
+1
2019-07-29
dma-contiguous: page-align the size in dma_free_contiguous()
Nicolin Chen
1
-1
/
+2
2019-07-29
dma-contiguous: do not overwrite align in dma_alloc_contiguous()
Nicolin Chen
1
-2
/
+3
2019-07-27
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-44
/
+102
2019-07-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2019-07-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-15
/
+40
2019-07-27
padata: purge get_cpu and reorder_via_wq from padata_do_serial
Daniel Jordan
1
-20
/
+3
2019-07-27
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
1
-79
/
+18
2019-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+2
2019-07-25
Merge branch 'access-creds'
Linus Torvalds
1
-2
/
+19
2019-07-25
sched/core: Silence a warning in sched_init()
Qian Cai
1
-5
/
+5
2019-07-25
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
1
-4
/
+0
2019-07-25
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
2
-3
/
+28
2019-07-25
rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic region
Juri Lelli
1
-3
/
+3
[prev]
[next]