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
2008-07-25
printk ratelimiting rewrite
Dave Young
2
-16
/
+5
2008-07-25
kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()
Arjan van de Ven
1
-3
/
+1
2008-07-25
Add a WARN() macro; this is WARN_ON() + printk arguments
Arjan van de Ven
1
-0
/
+22
2008-07-25
clean up duplicated alloc/free_thread_info
FUJITA Tomonori
1
-0
/
+17
2008-07-25
call_usermodehelper(): increase reliability
KOSAKI Motohiro
2
-5
/
+6
2008-07-25
build kernel/profile.o only when requested
Adrian Bunk
2
-5
/
+2
2008-07-25
kallsyms: fix potential overflow in binary search
Vegard Nossum
1
-1
/
+1
2008-07-25
flag parameters: fix compile error of sys_epoll_create1
Wang Chen
1
-0
/
+1
2008-07-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+11
2008-07-24
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2008-07-24
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2008-07-24
flag parameters: NONBLOCK in pipe
Ulrich Drepper
1
-2
/
+2
2008-07-24
flag parameters: inotify_init
Ulrich Drepper
1
-0
/
+1
2008-07-24
flag parameters: eventfd
Ulrich Drepper
1
-0
/
+1
2008-07-24
flag parameters: signalfd
Ulrich Drepper
1
-0
/
+1
2008-07-24
flag parameters: paccept
Ulrich Drepper
1
-0
/
+1
2008-07-24
generic irqs: handle failure of irqchip->set_type in setup_irq
Uwe Kleine-König
1
-22
/
+42
2008-07-24
pm: fix try_to_freeze_tasks()'s use of do_div()
David Howells
1
-1
/
+1
2008-07-24
pm: schedule sysrq poweroff on boot cpu
Zhang Rui
1
-1
/
+3
2008-07-24
pm: introduce new interfaces schedule_work_on() and queue_work_on()
Zhang Rui
1
-1
/
+38
2008-07-24
pm: hibernation: simplify memory bitmap
Akinobu Mita
1
-67
/
+21
2008-07-24
pm: boot time suspend selftest
David Brownell
2
-1
/
+204
2008-07-24
swsusp: provide users with a hint about the no_console_suspend option
Pavel Machek
1
-1
/
+1
2008-07-24
security: filesystem capabilities refactor kernel code
Andrew G. Morgan
1
-117
/
+221
2008-07-24
hugetlb: multiple hstates for multiple page sizes
Andi Kleen
1
-3
/
+5
2008-07-24
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...
Mel Gorman
1
-0
/
+9
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
1
-1
/
+1
2008-07-24
sched: clean up compiler warning
Peter Zijlstra
1
-1
/
+1
2008-07-23
Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...
Linus Torvalds
1
-1
/
+2
2008-07-23
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-245
/
+199
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-46
/
+48
2008-07-23
Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-13
/
+56
2008-07-23
x86_64 syscall audit fast-path
Roland McGrath
1
-1
/
+2
2008-07-23
set_irq_wake: fix return code and wake status tracking
Uwe Kleine-König
1
-12
/
+27
2008-07-23
sched: fix hrtick & generic-ipi dependency
Ingo Molnar
1
-1
/
+1
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
4
-137
/
+207
2008-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-7
/
+16
2008-07-22
Fix build on COMPAT platforms when CONFIG_EPOLL is disabled
Atsushi Nemoto
1
-0
/
+1
2008-07-22
cpusets: fix wrong domain attr updates
Miao Xie
1
-1
/
+3
2008-07-22
remove CONFIG_KMOD from core kernel code
Johannes Berg
3
-4
/
+4
2008-07-22
modules: Take a shortcut for checking if an address is in a module
Rusty Russell
1
-2
/
+22
2008-07-22
module: turn longs into ints for module sizes
Denys Vlasenko
1
-2
/
+2
2008-07-22
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
Denys Vlasenko
1
-15
/
+34
2008-07-22
module: generic each_symbol iterator function
Rusty Russell
1
-110
/
+134
2008-07-22
module: don't use stop_machine for waiting rmmod
Rusty Russell
1
-4
/
+11
2008-07-21
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
3
-7
/
+16
2008-07-20
sched: hrtick_enabled() should use cpu_active()
Ingo Molnar
1
-1
/
+1
2008-07-20
Merge branch 'sched/urgent' into sched/devel
Ingo Molnar
4
-146
/
+65
2008-07-20
sched, x86: clean up hrtick implementation
Peter Zijlstra
3
-146
/
+63
2008-07-18
cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c
Mike Travis
1
-7
/
+7
[next]