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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-21
UIO: uio_pdrv: fix memory leak
Uwe Kleine-König
1
-0
/
+2
2008-08-21
block: drop references taken by class_find_device()
Kay Sievers
1
-6
/
+16
2008-08-21
block: fix partial read() of /proc/{partitions,diskstats}
Kay Sievers
1
-6
/
+8
2008-08-21
PM: Remove WARN_ON from device_pm_add
Rafael J. Wysocki
1
-4
/
+2
2008-08-21
driver core: add init_name to struct device
Greg Kroah-Hartman
2
-7
/
+14
2008-08-21
PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is...
Alan Stern
3
-15
/
+16
2008-08-21
driver model: anti-oopsing medicine
David Brownell
1
-0
/
+11
2008-08-21
dev_printk(): constify the `dev' argument
Jean Delvare
2
-3
/
+3
2008-08-21
drivers/base/driver.c: remove unused to_dev() macro
Joe Perches
1
-3
/
+0
2008-08-21
Documentation: HOWTO-ja_JP-sync patch
Tsugikazu Shibata
1
-20
/
+47
2008-08-21
Japanese translation of Documentation/SubmitChecklist
Takenori Nagano
1
-0
/
+111
2008-08-21
kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.
Ingo Oeser
1
-2
/
+1
2008-08-21
pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race
Jarek Poplawski
3
-0
/
+13
2008-08-21
x86: PAT Update validate_pat_support for intel CPUs
venkatesh.pallipadi@intel.com
1
-2
/
+15
2008-08-21
devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS
venkatesh.pallipadi@intel.com
1
-12
/
+5
2008-08-21
x86: PAT proper tracking of set_memory_uc and friends
venkatesh.pallipadi@intel.com
1
-3
/
+3
2008-08-21
x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable)
Vegard Nossum
1
-1
/
+1
2008-08-21
x86: export pv_lock_ops non-GPL
Jeremy Fitzhardinge
1
-1
/
+1
2008-08-21
x86, mmiotrace: silence section mismatch warning - leave_uniprocessor
Marcin Slusarz
1
-1
/
+3
2008-08-21
sctp: fix potential panics in the SCTP-AUTH API.
Vlad Yasevich
2
-22
/
+67
2008-08-21
ALSA: hda_intel: enable snoop for nvidia HDA controller
Peer Chen
1
-0
/
+9
2008-08-21
x86: use WARN() in arch/x86/kernel
Arjan van de Ven
3
-10
/
+4
2008-08-21
x86: use WARN() in arch/x86/mm/ioremap.c
Arjan van de Ven
1
-5
/
+3
2008-08-21
werror: fix pci calgary
David Howells
1
-5
/
+6
2008-08-21
nohz: fix wrong event handler after online an offlined cpu
Miao Xie
2
-2
/
+9
2008-08-21
rcu: fix synchronize_rcu() so that kernel-doc works
Randy Dunlap
1
-0
/
+1
2008-08-21
sched: enable LB_BIAS by default
Peter Zijlstra
1
-1
/
+1
2008-08-20
Linux v2.6.27-rc4
v2.6.27-rc4
Linus Torvalds
1
-1
/
+1
2008-08-20
cramfs: fix named-pipe handling
Al Viro
1
-46
/
+38
2008-08-20
fbdefio: add set_page_dirty handler to deferred IO FB
Ian Campbell
3
-0
/
+26
2008-08-20
rtc: rtc-ds1374: fix 'no irq' case handling
Anton Vorontsov
1
-5
/
+5
2008-08-20
mm: xip/ext2 fix block allocation race
Nick Piggin
1
-1
/
+4
2008-08-20
mm: xip fix fault vs sparse page invalidate race
Nick Piggin
1
-14
/
+46
2008-08-20
mm: dirty page tracking race fix
Nick Piggin
3
-7
/
+11
2008-08-20
fix setpriority(PRIO_PGRP) thread iterator breakage
Ken Chen
3
-8
/
+17
2008-08-20
Video/Framebuffer: add fuctional power management support to Blackfin BF54x L...
Michael Hennerich
1
-3
/
+12
2008-08-20
bootmem: fix aligning of node-relative indexes and offsets
Johannes Weiner
1
-6
/
+29
2008-08-20
drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leak
Andrew Morton
1
-5
/
+3
2008-08-20
pm2fb: free cmap memory on module remove
Krzysztof Helt
1
-0
/
+1
2008-08-20
rtc: fix double lock on UIE emulation
Atsushi Nemoto
1
-1
/
+4
2008-08-20
binfmt_misc: fix false -ENOEXEC when coupled with other binary handlers
Pavel Emelyanov
1
-2
/
+2
2008-08-20
brd: fix name argument of unregister_blkdev()
Akinobu Mita
1
-1
/
+1
2008-08-20
nbd: fix memory leak of nbd_dev array
Sven Wegener
1
-4
/
+6
2008-08-20
mm: mminit_loglevel cannot be __meminitdata anymore
Marcin Slusarz
1
-1
/
+1
2008-08-20
mm: show free swap as signed
Hugh Dickins
1
-1
/
+1
2008-08-20
mm: page_remove_rmap comments on PageAnon
Hugh Dickins
1
-9
/
+16
2008-08-20
Blackfin RTC Driver: dont let RTC programming in bootloaders randomly cause ~...
Mike Frysinger
1
-0
/
+8
2008-08-20
Blackfin RTC Driver: BF561 not have on-chip RTC
Graf Yang
1
-1
/
+1
2008-08-20
Blackfin RTC Driver: do all initialization before we register the rtc and mak...
Mike Frysinger
1
-2
/
+1
2008-08-20
Blackfin RTC Driver: move irq request/free out of open/release and into probe...
Mike Frysinger
1
-31
/
+20
[prev]
[next]