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
2018-03-09
sched/nohz: Clean up nohz enter/exit
Peter Zijlstra
4
-50
/
+43
2018-03-09
sched/fair: Update blocked load from NEWIDLE
Peter Zijlstra
3
-6
/
+45
2018-03-09
sched/fair: Add NOHZ stats balancing
Peter Zijlstra
1
-12
/
+19
2018-03-09
sched/fair: Restructure nohz_balance_kick()
Peter Zijlstra
1
-107
/
+111
2018-03-09
sched/fair: Add NOHZ_STATS_KICK
Peter Zijlstra
3
-19
/
+41
2018-03-09
sched/core: Convert nohz_flags to atomic_t
Peter Zijlstra
3
-16
/
+24
2018-03-09
cpufreq/schedutil: Rewrite CPUFREQ_RT support
Peter Zijlstra
2
-43
/
+40
2018-03-09
cpufreq/schedutil: Remove unused CPUFREQ_DL
Peter Zijlstra
1
-2
/
+2
2018-03-09
sched/fair: Add ';' after label attributes
Norbert Manthey
1
-1
/
+1
2018-03-09
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
18
-75
/
+141
2018-03-08
audit: link denied should not directly generate PATH record
Richard Guy Briggs
1
-13
/
+1
2018-03-08
audit: make ANOM_LINK obey audit_enabled and audit_dummy_context
Richard Guy Briggs
1
-0
/
+3
2018-03-08
module: propagate error in modules_open()
Leon Yu
1
-1
/
+1
2018-03-08
Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
Linus Torvalds
1
-19
/
+0
2018-03-08
panic: Add closing panic marker parenthesis
Borislav Petkov
1
-1
/
+1
2018-03-08
bpf: add support to read sample address in bpf program
Teng Qin
1
-4
/
+16
2018-03-07
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill
Stephen Smalley
1
-3
/
+3
2018-03-06
kernel/memremap: Remove stale devres_free() call
Oliver O'Halloran
1
-1
/
+0
2018-03-06
audit: do not panic on invalid boot parameter
Greg Edwards
1
-7
/
+14
2018-03-06
Merge tag 'v4.16-rc4' into perf/core, to pick up fixes
Ingo Molnar
23
-95
/
+156
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-37
/
+81
2018-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-16
/
+26
2018-03-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2018-03-04
sched/core: Undefine tracepoint creation at the end of core.c
Ingo Molnar
1
-0
/
+2
2018-03-04
sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespace
Ingo Molnar
2
-15
/
+15
2018-03-04
sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.c
Ingo Molnar
3
-120
/
+125
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
28
-213
/
+94
2018-03-03
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-5
/
+10
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
28
-702
/
+698
2018-03-03
sched/deadline: Clean up various coding style details
Mario Leinweber
1
-1
/
+4
2018-03-02
memremap: fix softlockup reports at teardown
Dan Williams
1
-5
/
+10
2018-03-02
signals: Move put_compat_sigset to compat.h to silence hardened usercopy
Matt Redfearn
1
-19
/
+0
2018-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-16
/
+26
2018-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-1
/
+2
2018-02-28
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-02-28
genirq: Add wakeup sysfs node to show IRQ wakeup state
Andy Shevchenko
1
-0
/
+17
2018-02-28
locking/lockdep: Show unadorned pointers
Borislav Petkov
1
-12
/
+12
2018-02-28
clocksource: Use ATTRIBUTE_GROUPS
Baolin Wang
1
-11
/
+10
2018-02-28
clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes
Baolin Wang
1
-26
/
+17
2018-02-28
clocksource: Don't walk the clocksource list for empty override
Baolin Wang
1
-0
/
+4
2018-02-27
printk: Wake klogd when passing console_lock owner
Petr Mladek
1
-1
/
+2
2018-02-26
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+23
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+0
2018-02-25
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+14
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-38
/
+60
2018-02-23
Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD
Paul E. McKenney
3
-40
/
+70
2018-02-23
rcu: Create RCU-specific workqueues with rescuers
Paul E. McKenney
4
-6
/
+11
2018-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-22
/
+34
2018-02-23
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
1
-2
/
+4
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
[prev]
[next]