index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...
Marcin Nowakowski
2016-12-18
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-12
6
-45
/
+60
|
\
|
*
printk/kdb: handle more message headers
Petr Mladek
2016-12-12
1
-1
/
+1
|
*
printk/NMI: handle continuous lines and missing newline
Petr Mladek
2016-12-12
1
-28
/
+50
|
*
printk/NMI: fix up handling of the full nmi log buffer
Petr Mladek
2016-12-12
1
-2
/
+3
|
*
hung_task: decrement sysctl_hung_task_warnings only if it is positive
Tetsuo Handa
2016-12-12
1
-1
/
+2
|
*
kernel/fork: use vfree_atomic() to free thread stack
Andrey Ryabinin
2016-12-12
1
-1
/
+1
|
*
prctl: remove one-shot limitation for changing exe link
Stanislav Kinsburskiy
2016-12-12
1
-10
/
+0
|
*
kthread: add __printf attributes
Nicolas Iooss
2016-12-12
1
-2
/
+3
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-12-12
2
-38
/
+38
|
\
\
|
*
|
genirq/msi: Drop artificial PCI dependency
Marc Zyngier
2016-11-22
1
-3
/
+1
|
*
|
genirq/affinity: Use default affinity mask for reserved vectors
Thomas Gleixner
2016-11-16
1
-2
/
+2
|
*
|
genirq/affinity: Take reserved vectors into account when spreading irqs
Christoph Hellwig
2016-11-16
1
-3
/
+5
|
*
|
genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()
Christoph Hellwig
2016-11-09
1
-21
/
+25
|
*
|
genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()
Christoph Hellwig
2016-11-09
1
-14
/
+10
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
14
-97
/
+307
|
\
\
\
|
*
|
|
timekeeping: Use mul_u64_u32_shr() instead of open coding it
Thomas Gleixner
2016-12-09
1
-21
/
+5
|
*
|
|
timekeeping: Get rid of pointless typecasts
Thomas Gleixner
2016-12-09
1
-3
/
+2
|
*
|
|
timekeeping: Make the conversion call chain consistently unsigned
Thomas Gleixner
2016-12-09
1
-13
/
+13
|
*
|
|
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
Thomas Gleixner
2016-12-09
1
-2
/
+2
|
*
|
|
alarmtimer: Add tracepoints for alarm timers
Baolin Wang
2016-12-01
1
-10
/
+43
|
*
|
|
trace: Add an option for boot clock as trace clock
Joel Fernandes
2016-11-29
1
-0
/
+1
|
*
|
|
timekeeping: Add a fast and NMI safe boot clock
Joel Fernandes
2016-11-29
1
-0
/
+29
|
*
|
|
posix-timers: Make them configurable
Nicolas Pitre
2016-11-16
9
-8
/
+164
|
*
|
|
posix_cpu_timers: Move the add_device_randomness() call to a proper place
Nicolas Pitre
2016-11-16
2
-4
/
+4
|
*
|
|
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2016-11-16
2
-14
/
+14
|
*
|
|
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2016-10-26
2
-10
/
+21
|
*
|
|
timers: Fix usleep_range() in the context of wake_up_process()
Douglas Anderson
2016-10-26
1
-12
/
+9
*
|
|
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
4
-124
/
+86
|
\
\
\
\
|
*
|
|
|
tracing/rb: Init the CPU mask on allocation
Sebastian Andrzej Siewior
2016-12-07
1
-1
/
+1
|
*
|
|
|
tracing/rb: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-12-02
2
-91
/
+59
|
*
|
|
|
sched/nohz: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-22
1
-19
/
+14
|
*
|
|
|
kernel/printk: Block cpuhotplug callback when tasks are frozen
Thomas Gleixner
2016-11-17
1
-2
/
+4
|
*
|
|
|
kernel/printk: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-09
1
-16
/
+13
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-12
1
-7
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'x86/cpufeature' into x86/asm, to pick up dependency
Ingo Molnar
2016-11-17
4
-22
/
+11
|
|
\
\
\
|
*
\
\
\
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
2016-11-01
9
-53
/
+89
|
|
\
\
\
\
|
*
|
|
|
|
x86/dumpstack: Remove raw stack dump
Josh Poimboeuf
2016-10-25
1
-7
/
+0
*
|
|
|
|
|
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-12
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
2016-12-08
1
-1
/
+1
*
|
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-12-12
10
-330
/
+669
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
sched/core: Use load_avg for selecting idlest group
Vincent Guittot
2016-12-11
1
-11
/
+44
|
*
|
|
|
|
|
|
sched/core: Fix find_idlest_group() for fork
Vincent Guittot
2016-12-11
1
-0
/
+8
|
*
|
|
|
|
|
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2016-12-11
8
-64
/
+152
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
kthread: Don't abuse kthread_create_on_cpu() in __kthread_create_worker()
Oleg Nesterov
2016-12-08
1
-15
/
+8
|
*
|
|
|
|
|
|
|
kthread: Don't use to_live_kthread() in kthread_[un]park()
Oleg Nesterov
2016-12-08
1
-45
/
+24
|
*
|
|
|
|
|
|
|
kthread: Don't use to_live_kthread() in kthread_stop()
Oleg Nesterov
2016-12-08
1
-7
/
+5
|
*
|
|
|
|
|
|
|
Revert "kthread: Pin the stack via try_get_task_stack()/put_task_stack() in t...
Oleg Nesterov
2016-12-08
1
-6
/
+2
|
*
|
|
|
|
|
|
|
kthread: Make struct kthread kmalloc'ed
Oleg Nesterov
2016-12-08
2
-13
/
+47
|
*
|
|
|
|
|
|
|
sched: Extend scheduler's asym packing
Tim Chen
2016-11-24
3
-17
/
+57
[next]