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
2010-03-11
perf: export perf_trace_regs and perf_arch_fetch_caller_regs
Xiao Guangrong
1
-0
/
+1
2010-03-11
kprobes: Calculate the index correctly when freeing the out-of-line execution...
Masami Hiramatsu
1
-1
/
+2
2010-03-11
perf_event: Fix oops triggered by cpu offline/online
Paul Mackerras
1
-1
/
+12
2010-03-10
perf: Drop the obsolete profile naming for trace events
Frederic Weisbecker
6
-76
/
+76
2010-03-10
perf: Take a hot regs snapshot for trace events
Frederic Weisbecker
4
-11
/
+9
2010-03-10
perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot
Frederic Weisbecker
1
-0
/
+5
2010-03-10
lockdep: Move lock events under lockdep recursion protection
Frederic Weisbecker
1
-6
/
+3
2010-03-10
perf: Provide better condition for event rotation
Peter Zijlstra
1
-6
/
+15
2010-03-10
perf: Optimize perf_disable
Peter Zijlstra
1
-13
/
+3
2010-03-10
perf: Rework and fix the arch CPU-hotplug hooks
Peter Zijlstra
1
-15
/
+0
2010-03-10
perf: Provide generic perf_sample_data initialization
Peter Zijlstra
1
-13
/
+8
2010-03-09
Merge commit 'v2.6.34-rc1' into perf/urgent
Ingo Molnar
79
-3457
/
+5379
2010-03-07
sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes
Eric W. Biederman
1
-0
/
+3
2010-03-07
sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes
Eric W. Biederman
1
-0
/
+1
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-07
kobject: Constify struct kset_uevent_ops
Emese Revfy
1
-1
/
+1
2010-03-07
sysdev: Pass attribute in sysdev_class attributes show/store
Andi Kleen
2
-3
/
+14
2010-03-06
elf coredump: add extended numbering support
Daisuke HATAYAMA
1
-0
/
+5
2010-03-06
elf coredump: replace ELF_CORE_EXTRA_* macros by functions
Daisuke HATAYAMA
2
-0
/
+26
2010-03-06
printk: avoid warning when CONFIG_PRINTK is disabled
Gustavo F. Padovan
1
-2
/
+1
2010-03-06
kernel/pid.c: update comment on find_task_by_pid_ns
Tetsuo Handa
1
-1
/
+1
2010-03-06
panic: fix panic_timeout accuracy when running on a hypervisor
Anton Blanchard
1
-16
/
+30
2010-03-06
kernel core: use helpers for rlimits
Jiri Slaby
7
-16
/
+20
2010-03-06
posix-cpu-timers: cleanup rlimits usage
Jiri Slaby
1
-15
/
+17
2010-03-06
kernel/exit.c: fix shadows sparse warning
Thiago Farina
1
-1
/
+1
2010-03-06
includecheck fix for kernel/params.c
Jaswinder Singh Rajput
1
-1
/
+0
2010-03-06
splice: comparing unsigned int < 0
Dan Carpenter
1
-2
/
+3
2010-03-06
kernel/cpu.c: delete deprecated definition in cpu_up()
Chen Gong
1
-1
/
+1
2010-03-06
mm/pm: force GFP_NOIO during suspend/hibernation and resume
Rafael J. Wysocki
2
-0
/
+12
2010-03-06
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
1
-1
/
+5
2010-03-06
mm: avoid false sharing of mm_counter
KAMEZAWA Hiroyuki
1
-1
/
+2
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2
-2
/
+2
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
1
-1
/
+1
2010-03-05
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-90
/
+569
2010-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+7
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-82
/
+32
2010-03-04
Merge branch 'perf/core' into perf/urgent
Ingo Molnar
18
-517
/
+666
2010-03-04
padata: Allocate the cpumask for the padata instance
Steffen Klassert
1
-1
/
+7
2010-03-03
Prioritize synchronous signals over 'normal' signals
Linus Torvalds
1
-13
/
+30
2010-03-03
Merge branch 'for-fsnotify' into for-linus
Al Viro
1
-5
/
+2
2010-03-03
new helper: iterate_mounts()
Al Viro
1
-33
/
+16
2010-03-03
New helper: path_is_under(path1, path2)
Al Viro
1
-39
/
+12
2010-03-03
Switch may_open() and break_lease() to passing O_...
Al Viro
1
-5
/
+2
2010-03-03
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+5
2010-03-03
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-46
/
+74
2010-03-03
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-1
/
+743
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
9
-27
/
+30
2010-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-31
/
+25
2010-03-02
resource: Fix broken indentation
H. Peter Anvin
1
-1
/
+1
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
1
-1
/
+1
[next]