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
2017-04-18
Merge tag 'trace-v4.11-rc5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-0
/
+12
2017-04-18
console: move console_init() out of tty_io.c
Nicolas Pitre
1
-0
/
+24
2017-04-18
boot/param: Move next_arg() function to lib/cmdline.c for later reuse
Baoquan He
1
-52
/
+0
2017-04-17
ftrace: Add 'function-fork' trace option
Namhyung Kim
3
-2
/
+46
2017-04-17
ftrace: Fix function pid filter on instances
Namhyung Kim
3
-0
/
+12
2017-04-17
bpf: fix checking xdp_adjust_head on tail calls
Daniel Borkmann
1
-0
/
+1
2017-04-17
bpf: fix cb access in socket filter programs on tail calls
Daniel Borkmann
1
-0
/
+7
2017-04-17
tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()
Steven Rostedt (VMware)
1
-3
/
+11
2017-04-17
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
1
-1
/
+1
2017-04-17
cpufreq: schedutil: Use policy-dependent transition delays
Rafael J. Wysocki
1
-5
/
+10
2017-04-17
ftrace: Fix indexing of t_hash_start() from t_next()
Steven Rostedt (VMware)
1
-2
/
+3
2017-04-17
Merge 4.11-rc7 into tty-next
Greg Kroah-Hartman
12
-107
/
+146
2017-04-16
posix-timers: Correct sanity check in posix_cpu_nsleep
Eric W. Biederman
1
-1
/
+1
2017-04-16
livepatch: add missing printk newlines
Josh Poimboeuf
1
-4
/
+4
2017-04-16
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-1
/
+1
2017-04-16
Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-4
/
+16
2017-04-16
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
Tejun Heo
1
-1
/
+1
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
11
-82
/
+89
2017-04-15
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
1
-4
/
+16
2017-04-15
futex: Clarify mark_wake_futex memory barrier usage
Darren Hart (VMware)
1
-4
/
+5
2017-04-15
genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQs
Hans de Goede
1
-1
/
+3
2017-04-15
Merge tag 'irqchip-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
18
-445
/
+718
2017-04-15
workqueue: Provide work_on_cpu_safe()
Thomas Gleixner
1
-0
/
+23
2017-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+6
2017-04-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+11
2017-04-14
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
1
-4
/
+16
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
6
-33
/
+42
2017-04-14
time: Change k_clock timer_set() and timer_get() to use timespec64
Deepa Dinamani
4
-49
/
+51
2017-04-14
time: Change k_clock clock_set() to use timespec64
Deepa Dinamani
3
-10
/
+8
2017-04-14
time: Change k_clock clock_getres() to use timespec64
Deepa Dinamani
4
-14
/
+13
2017-04-14
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
5
-31
/
+33
2017-04-14
time: Change posix clocks ops interfaces to use timespec64
Deepa Dinamani
1
-10
/
+24
2017-04-14
time: Delete do_sys_setimeofday()
Deepa Dinamani
4
-6
/
+12
2017-04-14
genirq: Use cpumask_available() for check of cpumask variable
Matthias Kaehlcke
1
-1
/
+1
2017-04-14
futex: Fix small (and harmless looking) inconsistencies
Peter Zijlstra
1
-4
/
+7
2017-04-14
futex: Avoid freeing an active timer
Thomas Gleixner
1
-1
/
+3
2017-04-14
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
17
-438
/
+636
2017-04-14
sched/fair: Move the PELT constants into a generated header
Peter Zijlstra
2
-18
/
+16
2017-04-14
sched/fair: Increase PELT accuracy for small tasks
Peter Zijlstra
1
-1
/
+2
2017-04-14
sched/fair: Fix comments
Peter Zijlstra
1
-10
/
+10
2017-04-14
sched/fair: Fix corner case in __accumulate_sum()
Peter Zijlstra
1
-56
/
+19
2017-04-13
irq/affinity: Fix extra vecs calculation
Keith Busch
1
-1
/
+1
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-1
/
+1
2017-04-13
cpufreq: schedutil: Reduce frequencies slower
Rafael J. Wysocki
1
-0
/
+3
2017-04-12
printk: fix double printing with earlycon
Aleksey Makarov
1
-10
/
+36
2017-04-12
printk: rename selected_console -> preferred_console
Aleksey Makarov
1
-5
/
+5
2017-04-12
printk: fix name/type/scope of preferred_console var
Aleksey Makarov
1
-6
/
+6
2017-04-12
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-35
/
+32
2017-04-11
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
3
-5
/
+9
2017-04-11
livepatch: Cancel transition a safe way for immediate patches
Petr Mladek
1
-20
/
+0
[prev]
[next]