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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-7
/
+16
2009-06-16
Merge branch 'akpm'
Linus Torvalds
91
-522
/
+128
2009-06-16
fbdev: move logo externs to header file
Geert Uytterhoeven
3
-14
/
+2
2009-06-16
kmap_types: make most arches use generic header file
Randy Dunlap
16
-317
/
+30
2009-06-16
use printk_once() in several places
Minchan Kim
1
-8
/
+3
2009-06-16
remove put_cpu_no_resched()
Thomas Gleixner
1
-1
/
+1
2009-06-16
uml: bad macro expansion, parameter is member
Roel Kluin
1
-22
/
+22
2009-06-16
uml: fix a section warning
Amerigo Wang
2
-2
/
+2
2009-06-16
um: remove obsolete hw_interrupt_type
Thomas Gleixner
1
-3
/
+3
2009-06-16
uml: UML net driver does not allow for vlans
Alan Cox
1
-1
/
+1
2009-06-16
m32r: remove obsolete hw_interrupt_type
Thomas Gleixner
8
-15
/
+15
2009-06-16
alpha: bad macro expansion, parameter is member
Roel Kluin
2
-6
/
+6
2009-06-16
alpha: remove obsolete hw_interrupt_type
Thomas Gleixner
20
-27
/
+27
2009-06-16
page allocator: use allocation flags as an index to the zone watermark
Mel Gorman
1
-3
/
+3
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
6
-8
/
+9
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
21
-76
/
+0
2009-06-16
time: move PIT_TICK_RATE to linux/timex.h
Arnd Bergmann
7
-19
/
+4
2009-06-16
V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_link
Guennadi Liakhovetski
1
-7
/
+16
2009-06-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...
Linus Torvalds
33
-18
/
+1439
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2
-0
/
+427
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
6
-5
/
+18
2009-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
37
-1280
/
+1681
2009-06-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...
Linus Torvalds
55
-603
/
+807
2009-06-16
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
16
-36
/
+533
2009-06-16
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
22
-131
/
+250
2009-06-16
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-3
/
+3
2009-06-16
sparc64: Update defconfig.
David S. Miller
1
-18
/
+45
2009-06-16
sparc: Wire up sys_rt_tgsigqueueinfo().
David S. Miller
3
-4
/
+9
2009-06-16
sparc: replace uses of CPU_MASK_ALL_PTR
Stephen Rothwell
2
-2
/
+2
2009-06-16
sparc64: Add proper dynamic ftrace support.
David S. Miller
3
-15
/
+45
2009-06-16
sparc: Simplify code using is_power_of_2() routine.
Robert P. J. Day
1
-1
/
+2
2009-06-16
sparc: move of_device common code to of_device_common
Robert Reif
5
-378
/
+216
2009-06-16
sparc: remove dma-mapping_{32|64}.h
FUJITA Tomonori
4
-238
/
+172
2009-06-16
sparc: use dma_map_page instead of dma_map_single
FUJITA Tomonori
3
-25
/
+28
2009-06-16
sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops
FUJITA Tomonori
1
-0
/
+6
2009-06-16
sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h
FUJITA Tomonori
4
-88
/
+42
2009-06-16
sparc64: fix and optimize irq distribution
Hong H. Pham
5
-25
/
+456
2009-06-16
sparc64: Use new dynamic per-cpu allocator.
David S. Miller
2
-9
/
+159
2009-06-16
sparc64: Only allocate per-cpu areas for possible cpus.
David S. Miller
1
-16
/
+6
2009-06-16
sparc64: Get rid of real_setup_per_cpu_areas().
David S. Miller
3
-17
/
+5
2009-06-16
sparc64: Defer cpu_data() setup until end of per-cpu data initialization.
David S. Miller
5
-10
/
+9
2009-06-16
sparc64: Make mdesc_fill_in_cpu_data take a cpumask_t pointer.
David S. Miller
4
-6
/
+6
2009-06-16
sparc: Call OF and MD cpu scanning explicitly from paging_init()
David S. Miller
6
-8
/
+6
2009-06-16
sparc64: Refactor MDESC cpu scanning code using an iterator.
David S. Miller
2
-57
/
+90
2009-06-16
sparc64: Refactor OBP cpu scanning code using an iterator.
David S. Miller
2
-109
/
+125
2009-06-16
sparc64: Use BUILD_BUG_ON() in trap_init().
David S. Miller
1
-80
/
+91
2009-06-16
sparc64: Store per-cpu offset in trap_block[]
David S. Miller
5
-44
/
+21
2009-06-16
sparc64: Move trap_block[] definitions into a new header file.
David S. Miller
2
-196
/
+208
2009-06-16
sparc64: Reclaim trap_block[]->hdesc
David S. Miller
2
-9
/
+7
2009-06-16
[S390] s390: hibernation support for s390
Hans-Joachim Picht
12
-27
/
+375
[next]