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-09-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-5
/
+3
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
2
-0
/
+40
2018-09-13
Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-7
/
+5
2018-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-19
/
+39
2018-09-12
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
1
-1
/
+1
2018-09-12
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
1
-1
/
+1
2018-09-12
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
Masami Hiramatsu
1
-1
/
+7
2018-09-12
kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
Masami Hiramatsu
1
-7
/
+20
2018-09-12
kprobes: Remove pointless BUG_ON() from reuse_unused_kprobe()
Masami Hiramatsu
1
-1
/
+0
2018-09-12
kprobes: Remove pointless BUG_ON() from add_new_kprobe()
Masami Hiramatsu
1
-2
/
+0
2018-09-12
kprobes: Remove pointless BUG_ON() from disarming process
Masami Hiramatsu
1
-1
/
+0
2018-09-11
bpf: add bpffs pretty print for program array map
Yonghong Song
1
-1
/
+24
2018-09-11
signal: Remove SEND_SIG_FORCED
Eric W. Biederman
1
-4
/
+3
2018-09-11
signal: Use SEND_SIG_PRIV not SEND_SIG_FORCED with SIGKILL and SIGSTOP
Eric W. Biederman
2
-3
/
+3
2018-09-11
signal: Never allocate siginfo for SIGKILL or SIGSTOP
Eric W. Biederman
1
-3
/
+4
2018-09-11
signal: Don't send siginfo to kthreads.
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace init
Eric W. Biederman
1
-1
/
+1
2018-09-11
signal: Properly deliver SIGILL from uprobes
Eric W. Biederman
1
-2
/
+2
2018-09-11
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
Eric W. Biederman
1
-0
/
+4
2018-09-11
locking/lockdep, cpu/hotplug: Annotate AP thread
Peter Zijlstra
1
-0
/
+28
2018-09-11
kernel/reboot.c: export pm_power_off_prepare
Oleksij Rempel
1
-0
/
+1
2018-09-11
Revert "printk: make sure to print log on console."
Petr Mladek
1
-7
/
+5
2018-09-11
locking/rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
Steven Rostedt (VMware)
1
-2
/
+2
2018-09-10
kallsyms: reduce size a little on 64-bit
Jan Beulich
1
-2
/
+2
2018-09-10
sched/topology: Make local variables static
zhong jiang
1
-2
/
+2
2018-09-10
perf/core: Force USER_DS when recording user stack data
Yabin Cui
1
-0
/
+4
2018-09-10
locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
Colin Ian King
1
-1
/
+1
2018-09-10
locking/lockdep: Delete unnecessary #include
Ben Hutchings
1
-1
/
+0
2018-09-10
PM / sleep: Show freezing tasks that caused a suspend abort
Todd Brandt
1
-1
/
+1
2018-09-10
locking/rwsem: Make owner store task pointer of last owning reader
Waiman Long
3
-28
/
+76
2018-09-10
sched/numa: Remove unused numa_stats::nr_running field
Vincent Guittot
1
-3
/
+0
2018-09-10
sched/numa: Remove unused code from update_numa_stats()
Vincent Guittot
1
-20
/
+1
2018-09-10
sched/debug: Explicitly cast sched_feat() to bool
Peter Zijlstra
1
-1
/
+1
2018-09-10
sched/core: Disable SD_PREFER_SIBLING on asymmetric CPU capacity domains
Morten Rasmussen
1
-4
/
+8
2018-09-10
sched/fair: Don't move tasks to lower capacity CPUs unless necessary
Chris Redpath
1
-0
/
+11
2018-09-10
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
2
-3
/
+9
2018-09-10
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
2
-5
/
+5
2018-09-10
sched/core: Change root_domain->overload type to int
Valentin Schneider
1
-2
/
+2
2018-09-10
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
1
-4
/
+2
2018-09-10
sched/fair: Kick nohz balance if rq->misfit_task_load
Valentin Schneider
1
-1
/
+1
2018-09-10
sched/fair: Consider misfit tasks when load-balancing
Morten Rasmussen
1
-2
/
+49
2018-09-10
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
3
-4
/
+23
2018-09-10
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
2
-8
/
+48
2018-09-10
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
3
-1
/
+12
2018-09-10
sched/topology: Add SD_ASYM_CPUCAPACITY flag detection
Morten Rasmussen
1
-6
/
+75
2018-09-10
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
1
-0
/
+1
2018-09-10
locking/rwsem: Exit read lock slowpath if queue empty & no writer
Waiman Long
1
-1
/
+12
2018-09-10
jump_label/lockdep: Assert we hold the hotplug lock for _cpuslocked() operations
Peter Zijlstra
1
-0
/
+5
2018-09-10
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+2
2018-09-10
jump_label: Fix typo in warning message
Borislav Petkov
1
-1
/
+1
[prev]
[next]