index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-27
perf: Add active_entry list head to struct perf_event
Stephane Eranian
1
-0
/
+1
2013-11-21
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-17
/
+43
2013-11-20
uprobes: Document xol_area and arch_uprobe->insn/ixol
Oleg Nesterov
1
-0
/
+15
2013-11-20
uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_area
Oleg Nesterov
1
-0
/
+19
2013-11-20
uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]
Oleg Nesterov
1
-5
/
+5
2013-11-20
uprobes: Add uprobe_task->dup_xol_work/dup_xol_addr
Oleg Nesterov
1
-12
/
+4
2013-11-19
perf/trace: Properly use u64 to hold event_id
Vince Weaver
1
-1
/
+1
2013-11-19
perf: Remove fragile swevent hlist optimization
Peter Zijlstra
1
-8
/
+0
2013-11-19
ftrace, perf: Avoid infinite event generation loop
Peter Zijlstra
1
-0
/
+6
2013-11-16
Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
16
-212
/
+521
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2013-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+11
2013-11-15
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-40
/
+26
2013-11-15
kernel: fix generic_exec_single indentation
Christoph Hellwig
1
-2
/
+1
2013-11-15
kernel: provide a __smp_call_function_single stub for !CONFIG_SMP
Christoph Hellwig
1
-0
/
+11
2013-11-15
kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
Christoph Hellwig
2
-3
/
+1
2013-11-15
revert "softirq: Add support for triggering softirq work on softirqs"
Christoph Hellwig
1
-131
/
+0
2013-11-15
mm: properly separate the bloated ptl from the regular case
Peter Zijlstra
1
-0
/
+2
2013-11-15
mm: implement split page table lock for PMD level
Kirill A. Shutemov
1
-2
/
+2
2013-11-15
mm: convert mm->nr_ptes to atomic_long_t
Kirill A. Shutemov
1
-1
/
+1
2013-11-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+46
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
28
-32
/
+1107
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-33
/
+35
2013-11-14
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-9
/
+34
2013-11-13
locking/lockdep: Mark __lockdep_count_forward_deps() as static
Fengguang Wu
1
-2
/
+2
2013-11-13
sched/fair: Avoid integer overflow
Michal Nazarewicz
1
-1
/
+1
2013-11-13
sched: Optimize task_sched_runtime()
Peter Zijlstra
1
-0
/
+14
2013-11-13
sched/numa: Cure update_numa_stats() vs. hotplug
Peter Zijlstra
1
-1
/
+14
2013-11-13
sched/numa: Fix NULL pointer dereference in task_numa_migrate()
Rik van Riel
1
-1
/
+13
2013-11-13
sched: Fix endless sync_sched/rcu() loop inside _cpu_down()
Michael wang
1
-1
/
+4
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+5
2013-11-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
20
-239
/
+934
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-9
/
+11
2013-11-13
Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-247
/
+1
2013-11-13
kernel/panic.c: reduce 1 byte usage for print tainted buffer
Chen Gang
1
-1
/
+1
2013-11-13
gcov: reuse kbasename helper
Andy Shevchenko
1
-4
/
+3
2013-11-13
kernel/gcov/fs.c: use pr_warn()
Andrew Morton
1
-17
/
+17
2013-11-13
kernel/module.c: use pr_foo()
Andrew Morton
1
-59
/
+44
2013-11-13
gcov: compile specific gcov implementation based on gcc version
Frantisek Hrbata
2
-1
/
+61
2013-11-13
gcov: add support for gcc 4.7 gcov format
Frantisek Hrbata
2
-0
/
+566
2013-11-13
gcov: move gcov structs definitions to a gcc version specific file
Frantisek Hrbata
4
-80
/
+153
2013-11-13
kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
Chen Gang
1
-3
/
+5
2013-11-13
kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...
Chen Gang
1
-2
/
+6
2013-11-13
kernel/sysctl_binary.c: use scnprintf() instead of snprintf()
Chen Gang
1
-3
/
+3
2013-11-13
kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...
Chen Gang
1
-1
/
+4
2013-11-13
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
1
-1
/
+2
2013-11-13
kprobes: use KSYM_NAME_LEN to size identifier buffers
Joe Mario
1
-2
/
+2
2013-11-13
list: introduce list_next_entry() and list_prev_entry()
Oleg Nesterov
1
-3
/
+0
2013-11-13
printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo
Dirk Gouders
1
-2
/
+2
2013-11-13
kernel/printk/printk.c: enable boot delay for earlyprintk
Dave Young
1
-2
/
+2
[next]