index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
kaweth
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
kernel: remove reference to feature-removal-schedule.txt
Tao Ma
2
-4
/
+0
2012-12-18
Documentation: remove reference to feature-removal-schedule.txt
Tao Ma
2
-5
/
+0
2012-12-18
include/linux/init.h: use the stringify operator for the __define_initcall macro
Matthew Leach
2
-38
/
+38
2012-12-18
Documentation/kernel-parameters.txt: update mem= option's spec according to i...
Wen Congyang
1
-3
/
+4
2012-12-18
frv: properly use the declarations provided by <asm/sections.h>
Geert Uytterhoeven
1
-7
/
+5
2012-12-18
frv: fix use of extinct _sbss and _ebss in debug code
Geert Uytterhoeven
2
-2
/
+2
2012-12-18
mm/memory.c: suppress warning
Andrew Morton
1
-0
/
+1
2012-12-18
create non-empty arch/x86/include/uapi/asm/ files
Andrew Morton
2
-0
/
+2
2012-12-17
Revert "bdi: add a user-tunable cpu_list for the bdi flusher threads"
Linus Torvalds
2
-88
/
+0
2012-12-17
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...
Mel Gorman
1
-1
/
+1
2012-12-17
mm: fix kernel BUG at huge_memory.c:1474!
Hugh Dickins
1
-3
/
+3
2012-12-17
ARM: OMAP: Fix drivers to depend on omap for internal devices
Tony Lindgren
5
-0
/
+8
2012-12-16
i2c: Mention functionality flags in SMBus protocol documentation
Jean Delvare
1
-9
/
+31
2012-12-16
i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
1
-3
/
+2
2012-12-16
i2c-i801: Enable interrupts for all post-ICH5 chips
Jean Delvare
1
-10
/
+1
2012-12-16
i2c-i801: Add device tree support
Thierry Reding
1
-0
/
+2
2012-12-16
MAINTAINERS: Fix drivers/i2c/busses/i2c-stub.c
Cesar Eduardo Barros
1
-1
/
+1
2012-12-16
Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"
Linus Torvalds
7
-55
/
+116
2012-12-15
Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"
Linus Torvalds
3
-128
/
+3
2012-12-14
UAPI: (Scripted) Disintegrate arch/x86/include/asm
David Howells
80
-1428
/
+1587
2012-12-14
block: export block_unplug tracepoint
NeilBrown
1
-0
/
+1
2012-12-14
block: add plug for blkdev_issue_discard
Shaohua Li
1
-0
/
+3
2012-12-14
block: discard granularity might not be power of 2
Shaohua Li
3
-16
/
+20
2012-12-14
Smack: create a sysfs mount point for smackfs
Casey Schaufler
1
-0
/
+17
2012-12-14
Smack: use select not depends in Kconfig
Casey Schaufler
1
-1
/
+5
2012-12-14
drm/exynos: add gsc ipp driver
Eunchul Kim
7
-0
/
+2214
2012-12-14
drm/exynos: add rotator ipp driver
Eunchul Kim
7
-0
/
+985
2012-12-14
drm/exynos: add fimc ipp driver
Eunchul Kim
8
-0
/
+2756
2012-12-14
drm/exynos: add iommu support for ipp
Eunchul Kim
1
-0
/
+18
2012-12-14
drm/exynos: add ipp subsystem
Eunchul Kim
7
-0
/
+2536
2012-12-14
drm/exynos: support device tree for fimd
Joonyoung Shim
1
-0
/
+21
2012-12-14
radeon: fix regression with eviction since evict caching changes
Dave Airlie
1
-2
/
+2
2012-12-14
drm/radeon: add more pedantic checks in the CP DMA checker
Alex Deucher
1
-0
/
+24
2012-12-14
drm/radeon: bump version for CS ioctl support for async DMA
Alex Deucher
1
-1
/
+2
2012-12-14
drm/radeon: enable the async DMA rings in the CS ioctl
Alex Deucher
2
-0
/
+13
2012-12-14
drm/radeon: add VM CS parser support for async DMA on cayman/TN/SI
Alex Deucher
3
-0
/
+118
2012-12-14
drm/radeon/kms: add evergreen/cayman CS parser for async DMA (v2)
Alex Deucher
3
-7
/
+459
2012-12-14
drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)
Alex Deucher
5
-3
/
+199
2012-12-14
drm/radeon: fix htile buffer size computation for command stream checker
Jerome Glisse
3
-77
/
+35
2012-12-14
drm/radeon: fix fence locking in the pageflip callback
Daniel Vetter
1
-0
/
+4
2012-12-14
drm/radeon: make indirect register access concurrency-safe
Daniel Vetter
3
-1
/
+15
2012-12-14
drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss
Daniel Vetter
6
-37
/
+27
2012-12-14
Revert "sched: Update_cfs_shares at period edge"
Linus Torvalds
1
-10
/
+8
2012-12-14
sata_dwc_460ex: remove file exec bit (chmod 0755 -> 0644)
Jeff Garzik
1
-0
/
+1
2012-12-14
[libata] fix Null pointer dereference on disk error
Xiaotian Feng
1
-2
/
+4
2012-12-14
ahci: convert ata_link_printk() to ata_link_warn()
Wei Yongjun
1
-1
/
+1
2012-12-14
pata_imx: convert ata_dev_printk() to ata_dev_info()
Wei Yongjun
1
-1
/
+1
2012-12-14
ARM: ep93xx: convert ata_<foo>_printk() to ata_<foo>_<level>()
Wei Yongjun
1
-4
/
+2
2012-12-14
ahci_platform: make structs static
Brian Norris
1
-3
/
+3
2012-12-14
Revert "pata_octeon_cf: perform host detach, removal on exit"
Jeff Garzik
1
-1
/
+0
[next]