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
2011-10-31
kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure
Paul Gortmaker
10
-0
/
+10
2011-10-31
kernel: fix up module header handling in rcutiny files
Paul Gortmaker
2
-1
/
+1
2011-10-31
kernel: params.c needs module.h not moduleparam.h
Paul Gortmaker
1
-1
/
+1
2011-10-31
kernel: ksysfs.c is implicitly using stat.h
Paul Gortmaker
1
-0
/
+1
2011-10-31
kernel: fix two implicit header assumptions in irq_work.c
Paul Gortmaker
1
-0
/
+2
2011-10-31
kernel: fix several implicit usasges of kmod.h
Paul Gortmaker
3
-0
/
+3
2011-10-31
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
2
-0
/
+2
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
61
-61
/
+61
2011-10-31
range: fix bogus misuse of module.h to get printk()
Paul Gortmaker
1
-1
/
+1
2011-10-29
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+4
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
3
-0
/
+238
2011-10-26
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-214
/
+365
2011-10-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-326
/
+1404
2011-10-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-472
/
+1067
2011-10-26
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-29
/
+359
2011-10-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-425
/
+599
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
13
-194
/
+279
2011-10-26
Merge git://github.com/rustyrussell/linux
Linus Torvalds
2
-8
/
+17
2011-10-26
params: make dashes and underscores in parameter names truly equal
Michal Schmidt
1
-7
/
+14
2011-10-26
kmod: prevent kmod_loop_msg overflow in __request_module()
Jiri Kosina
1
-1
/
+3
2011-10-25
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-339
/
+1015
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-1
/
+2
2011-10-25
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+16
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-8
/
+8
2011-10-25
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-2
/
+16
2011-10-24
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+5
2011-10-24
irq: Add EXPORT_SYMBOL_GPL to function of irq generic-chip
Nobuhiro Iwamatsu
1
-0
/
+4
2011-10-23
Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...
Russell King
5
-23
/
+319
2011-10-18
cputimer: Cure lock inversion
Peter Zijlstra
1
-3
/
+4
2011-10-17
Avoid using variable-length arrays in kernel/sys.c
Linus Torvalds
1
-1
/
+1
2011-10-17
genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier
Ian Campbell
1
-7
/
+41
2011-10-16
PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image
Bojan Smojver
4
-178
/
+645
2011-10-16
PM / Hibernate: Do not initialize static and extern variables to 0
Barry Song
1
-5
/
+5
2011-10-16
PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too
Jeff Layton
1
-1
/
+1
2011-10-16
PM / Hibernate: Add resumedelay kernel param in addition to resumewait
Barry Song
1
-0
/
+14
2011-10-16
PM / Hibernate: Add resumewait param to support MMC-like devices as resume file
Barry Song
1
-0
/
+16
2011-10-16
PM / Hibernate: Fix typo in a kerneldoc comment
Barry Song
1
-1
/
+1
2011-10-16
PM / Hibernate: Freeze kernel threads after preallocating memory
Rafael J. Wysocki
3
-15
/
+30
2011-10-16
PM / VT: Cleanup #if defined uglyness and fix compile error
H Hartley Sweeten
2
-4
/
+2
2011-10-16
PM / Suspend: Off by one in pm_suspend()
Dan Carpenter
1
-1
/
+1
2011-10-16
PM / Hibernate: Include storage keys in hibernation image on s390
Martin Schwidefsky
2
-0
/
+21
2011-10-16
PM: Fix build issue in main.c for CONFIG_PM_SLEEP unset
Rafael J. Wysocki
1
-2
/
+2
2011-10-16
PM / Suspend: Add statistics debugfs file for suspend to RAM
ShuoX Liu
2
-3
/
+116
2011-10-14
tracing: Fix returning of duplicate data after EOF in trace_pipe_raw
Steven Rostedt
1
-2
/
+2
2011-10-14
ftrace: Fix README to state tracing_on to start/stop tracing
Geunsik Lim
1
-2
/
+2
2011-10-12
Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core
Ingo Molnar
12
-452
/
+913
2011-10-12
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-9
/
+49
2011-10-11
tracing: Do not allocate buffer for trace_marker
Steven Rostedt
1
-28
/
+83
2011-10-11
tracing: Warn on output if the function tracer was found corrupted
Steven Rostedt
3
-0
/
+25
2011-10-10
ftrace/kprobes: Fix not to delete probes if in use
Masami Hiramatsu
1
-9
/
+49
[next]