index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-26
[NET] tc_nat: header install
Stephen Hemminger
1
-0
/
+1
2007-12-26
UBI: add ubi_leb_map interface
Artem Bityutskiy
1
-0
/
+1
2007-12-23
quicklists: do not release off node pages early
Christoph Lameter
1
-8
/
+0
2007-12-21
Merge branch 'linux-2.6'
Paul Mackerras
15
-67
/
+60
2007-12-21
[POWERPC] Fix for via-pmu based backlight control
Benjamin Herrenschmidt
1
-0
/
+2
2007-12-20
dm: merge max_hw_sector
Neil Brown
1
-0
/
+1
2007-12-19
[POWERPC] via-pmu: Kill sleep notifiers completely
Johannes Berg
1
-36
/
+0
2007-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
1
-0
/
+7
2007-12-18
genirq: add unlocked version of set_irq_handler()
Kevin Hilman
1
-0
/
+7
2007-12-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-1
/
+1
2007-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2
-4
/
+1
2007-12-18
block: let elv_register() return void
Adrian Bunk
1
-1
/
+1
2007-12-17
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-8
/
+36
2007-12-17
Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"
Nishanth Aravamudan
1
-1
/
+0
2007-12-17
hugetlb: introduce nr_overcommit_hugepages sysctl
Nishanth Aravamudan
1
-0
/
+1
2007-12-17
apm_event{,info}_t are userspace types
Adam Jackson
1
-3
/
+3
2007-12-17
fix headers_install
Andrew Morton
1
-1
/
+0
2007-12-17
libata: fix ATAPI draining
Tejun Heo
1
-0
/
+2
2007-12-17
libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM duri...
Tejun Heo
1
-0
/
+1
2007-12-17
libata-acpi: implement and use ata_acpi_init_gtm()
Tejun Heo
1
-2
/
+12
2007-12-17
libata: add more opcodes to ata.h
Tejun Heo
1
-0
/
+15
2007-12-17
libata: update ata_*_printk() macros such that level can be a variable
Tejun Heo
1
-4
/
+4
2007-12-17
libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters
Tejun Heo
1
-2
/
+2
2007-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-44
/
+0
2007-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2
-1
/
+5
2007-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
1
-3
/
+3
2007-12-17
usb.h: fix kernel-doc warning
Randy Dunlap
1
-0
/
+1
2007-12-17
usb-storage: Fix devices that cannot handle 32k transfers
Doug Maxey
1
-1
/
+4
2007-12-17
tipar: remove obsolete module
Romain LiƩvin
1
-44
/
+0
2007-12-14
[NETFILTER]: bridge: fix missing link layer headers on outgoing routed packets
Patrick McHardy
1
-1
/
+2
2007-12-14
ACPI: tables: complete searching upon RSDP w/ bad checksum.
Len Brown
1
-1
/
+0
2007-12-12
ide: DMA reporting and validity checking fixes (take 3)
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2007-12-12
mmc: remove unused 'mode' from the mmc_host structure
Nicolas Pitre
1
-4
/
+0
2007-12-12
sdhci: support JMicron JMB38x chips
Pierre Ossman
1
-0
/
+1
2007-12-11
[POWERPC] Add for_each_child_of_node() helper for iterating over child nodes
Michael Ellerman
1
-0
/
+4
2007-12-07
bonding: Add new layer2+3 hash for xor/802.3ad modes
Jay Vosburgh
1
-1
/
+2
2007-12-07
leds: Fix led trigger locking bugs
Richard Purdie
1
-1
/
+2
2007-12-06
NFS: Switch from intr mount option to TASK_KILLABLE
Matthew Wilcox
4
-13
/
+2
2007-12-06
Add wait_for_completion_killable
Matthew Wilcox
1
-0
/
+1
2007-12-06
Add wait_event_killable
Matthew Wilcox
1
-0
/
+41
2007-12-06
Add schedule_timeout_killable
Matthew Wilcox
1
-0
/
+1
2007-12-06
Add mutex_lock_killable
Liam R. Howlett
1
-0
/
+5
2007-12-06
Add lock_page_killable
Matthew Wilcox
1
-0
/
+14
2007-12-06
Add fatal_signal_pending
Matthew Wilcox
1
-1
/
+8
2007-12-06
Add TASK_WAKEKILL
Matthew Wilcox
1
-8
/
+14
2007-12-06
wait: Use TASK_NORMAL
Matthew Wilcox
1
-5
/
+6
2007-12-06
Add macros to replace direct uses of TASK_ flags
Matthew Wilcox
1
-0
/
+16
2007-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
Linus Torvalds
1
-2
/
+15
2007-12-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-0
/
+16
2007-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+3
[prev]
[next]