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-12
docsrc: build Documentation/ sources
Randy Dunlap
15
-1
/
+118
2008-08-12
byteorder: add include/linux/byteorder.h to define endian helpers
Harvey Harrison
1
-0
/
+372
2008-08-12
byteorder: add a new include/linux/swab.h to define byteswapping functions
Harvey Harrison
1
-0
/
+309
2008-08-12
genirq: switch /proc/irq/*/smp_affinity et al to seqfiles
Alexey Dobriyan
1
-45
/
+51
2008-08-12
seq_file: add seq_cpumask(), seq_nodemask()
Alexey Dobriyan
4
-0
/
+38
2008-08-12
reiserfs: removed duplicated #include
Huang Weiyi
1
-1
/
+0
2008-08-12
fs/eventpoll.c: fix sys_epoll_create1() comment
Andrew Morton
1
-4
/
+1
2008-08-12
drivers/char/rtc.c: removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-08-12
mm/sparse.c: removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-08-12
move kernel-doc comment for might_sleep directly before its defining block
Uwe Kleine-König
1
-7
/
+7
2008-08-12
lib/vsprintf.c: wrong conversion function used
Yi Yang
1
-1
/
+1
2008-08-12
fbcon: prevent cursor disappearance after switching to 512 character font
Krzysztof Helt
1
-2
/
+2
2008-08-12
atmel_lcdfb: add board parameter specify framebuffer memory size
Haavard Skinnemoen
2
-2
/
+6
2008-08-12
atmel_lcdfb: set ypanstep to 1 and enable y-panning on AT91
Haavard Skinnemoen
1
-2
/
+4
2008-08-12
matrox maven: convert to a new-style i2c driver
Jean Delvare
3
-59
/
+50
2008-08-12
matroxfb: i2c structure templates clean-up
Jean Delvare
1
-8
/
+3
2008-08-12
matrox maven: fix a broken error path
Jean Delvare
1
-1
/
+1
2008-08-12
do_migrate_pages(): remove unused variable
MinChan Kim
1
-1
/
+0
2008-08-12
GRU: fix preprocessor symbol for sparse
Randy Dunlap
1
-1
/
+1
2008-08-12
radeonfb: fix accel engine hangs
David Miller
2
-0
/
+12
2008-08-12
allocate structures for reservation tracking in hugetlbfs outside of spinlock...
Andy Whitcroft
1
-4
/
+11
2008-08-12
hugetlbfs: allocate structures for reservation tracking outside of spinlocks
Andy Whitcroft
1
-9
/
+35
2008-08-12
isight_firmware: fix a leak and double kfree()
Parag Warudkar
1
-2
/
+2
2008-08-12
cpuidle: make sysfs attributes sysdev class attributes
Rabin Vincent
1
-14
/
+15
2008-08-12
rtc-isl1208: fix double removal of a sysfs entry
Alessandro Zummo
1
-1
/
+1
2008-08-12
h8300: fix section mismatches
Yoshinori Sato
1
-6
/
+3
2008-08-12
revert "rtc: cdev lock_kernel() pushdown"
David Brownell
1
-9
/
+3
2008-08-12
memcg: fix oops in mem_cgroup_shrink_usage
Hugh Dickins
1
-0
/
+2
2008-08-12
cpu hotplug: s390 doesn't support additional_cpus anymore.
Heiko Carstens
2
-6
/
+1
2008-08-12
page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...
Jan Beulich
2
-1
/
+5
2008-08-12
quota: documentation for sending "below quota" messages via netlink and tiny ...
Jan Kara
1
-8
/
+14
2008-08-12
hugetlb: call arch_prepare_hugepage() for surplus pages
Gerald Schaefer
1
-1
/
+6
2008-08-12
feature-removal-schedule.txt: remove the NCR53C9x entry
Adrian Bunk
1
-9
/
+0
2008-08-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
3
-2
/
+7
2008-08-12
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+6
2008-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
14
-74
/
+35
2008-08-12
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
13
-144
/
+205
2008-08-12
ALSA: hda - support new AMD HDMI Audio (1002:970f)
Libin Yang
1
-0
/
+1
2008-08-12
ALSA: hda_intel: ALSA HD Audio patch for Intel Ibex Peak DeviceIDs
Seth Heasley
1
-0
/
+3
2008-08-12
ALSA: wm8750: add missing VREF output
Dmitry Baryshkov
1
-0
/
+1
2008-08-12
ALSA: spitz: MONO -> MONO1
Dmitry Baryshkov
1
-1
/
+1
2008-08-12
generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix
Nick Piggin
1
-4
/
+6
2008-08-12
fix spinlock recursion in hvc_console
Christian Borntraeger
1
-3
/
+2
2008-08-12
stop_machine: remove unused variable
Li Zefan
1
-1
/
+0
2008-08-12
modules: extend initcall_debug functionality to the module loader
Arjan van de Ven
3
-3
/
+6
2008-08-12
export virtio_rng.h
Christian Borntraeger
1
-0
/
+1
2008-08-12
lguest: use get_user_pages_fast() instead of get_user_pages()
Rusty Russell
1
-16
/
+9
2008-08-12
mm: Make generic weak get_user_pages_fast and EXPORT_GPL it
Rusty Russell
6
-29
/
+16
2008-08-12
lguest: don't set MAC address for guest unless specified
Rusty Russell
1
-22
/
+1
2008-08-12
agp: fix SIS 5591/5592 wrong PCI id
Krzysztof Helt
1
-1
/
+1
[next]