index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-25
init.h: remove obsolete content
Robert P. J. Day
1
-7
/
+1
2008-07-25
clean up duplicated alloc/free_thread_info
FUJITA Tomonori
22
-80
/
+33
2008-07-25
call_usermodehelper(): increase reliability
KOSAKI Motohiro
1
-4
/
+7
2008-07-25
asm-generic/int-ll64.h: always provide __{s,u}64
Adrian Bunk
1
-1
/
+1
2008-07-25
build-kernel-profileo-only-when-requested-cleanups
Andrew Morton
1
-2
/
+4
2008-07-25
build kernel/profile.o only when requested
Adrian Bunk
1
-17
/
+39
2008-07-25
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
1
-4
/
+0
2008-07-25
Remove apparently unused fd1772.h header file.
Robert P. J. Day
1
-80
/
+0
2008-07-25
include: use get/put_unaligned_* helpers
Harvey Harrison
3
-15
/
+10
2008-07-25
locking: add typecheck on irqsave and friends for correct flags
Steven Rostedt
2
-31
/
+95
2008-07-25
split the typecheck macros out of include/linux/kernel.h
Andrew Morton
2
-20
/
+25
2008-07-25
endian: Always evaluate arguments.
David Miller
2
-12
/
+12
2008-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
10
-6
/
+42
2008-07-25
Label kthread_create() with printf attribute tag.
Rusty Russell
1
-1
/
+2
2008-07-25
virtio: Add transport feature handling stub for virtio_ring.
Rusty Russell
1
-0
/
+2
2008-07-25
virtio: Rename set_features to finalize_features
Rusty Russell
1
-3
/
+4
2008-07-25
virtio: Formally reserve bits 28-31 to be 'transport' features.
Rusty Russell
1
-0
/
+6
2008-07-25
s390: use virtio_console for KVM on s390
Christian Borntraeger
1
-0
/
+10
2008-07-25
virtio_blk: check for hardsector size from host
Christian Borntraeger
1
-0
/
+3
2008-07-25
virtio: clarify that ABI is usable by any implementations
Rusty Russell
8
-3
/
+17
2008-07-25
x86-64: Clean up 'save/restore_i387()' usage
Linus Torvalds
1
-54
/
+0
2008-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
20
-587
/
+29
2008-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-0
/
+2
2008-07-25
ide: drop 'name' parameter from ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-25
ide: remove <asm/ide.h> for some archs
Bartlomiej Zolnierkiewicz
9
-171
/
+6
2008-07-25
ide-generic: remove ide_default_{io_base,irq}() inlines (take 3)
Bartlomiej Zolnierkiewicz
5
-159
/
+0
2008-07-25
ide-generic: remove broken PPC_PREP support
Bartlomiej Zolnierkiewicz
1
-18
/
+0
2008-07-25
ide: define MAX_HWIFS in <linux/ide.h>
Bartlomiej Zolnierkiewicz
14
-65
/
+8
2008-07-25
ide: remove <asm-cris/ide.h>
Bartlomiej Zolnierkiewicz
3
-148
/
+0
2008-07-25
ide-generic: remove "no_pci_devices()" quirk from ide_default_io_base()
Bartlomiej Zolnierkiewicz
2
-28
/
+8
2008-07-25
ide-generic: minor fix for mips
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-07-25
ide-generic: fix ide_default_io_base() for m32r
Bartlomiej Zolnierkiewicz
1
-0
/
+8
2008-07-25
ide: fix <asm-xtensa/ide.h>
Bartlomiej Zolnierkiewicz
1
-11
/
+2
2008-07-25
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-25
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-25
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
1
-2
/
+5
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
3
-6
/
+26
2008-07-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2008-07-24
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2008-07-24
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
23
-26
/
+2
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
4
-20
/
+56
2008-07-24
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
2
-1
/
+60
2008-07-24
UFS: add const to parser token table
Steven Whitehouse
1
-1
/
+1
2008-07-24
video/fb: cleanup FB_MAJOR usage
Philippe De Muyter
2
-2
/
+1
2008-07-24
fbdev: LCD backlight driver using Atmel PWM driver
Hans-Christian Egtvedt
1
-0
/
+43
2008-07-24
video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver
Nobuhiro Iwamatsu
1
-0
/
+197
2008-07-24
neofb: drop the xtimings structure
Krzysztof Helt
1
-17
/
+0
2008-07-24
lcd: add platform_lcd driver
Ben Dooks
1
-0
/
+21
2008-07-24
lcd: add lcd_device to check_fb() entry in lcd_ops
Ben Dooks
1
-1
/
+1
2008-07-24
fb: add support for the ILI9320 video display controller
Ben Dooks
1
-0
/
+201
[next]