summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-231-20/+15
* [PATCH] mm: introduce remap_vmalloc_range()Nick Piggin2006-06-231-0/+8
* [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-231-0/+9
* [PATCH] tightening hugetlb strict accountingChen, Kenneth W2006-06-231-6/+2
* [PATCH] reserve space for swap labelAndreas Dilger2006-06-231-6/+8
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-231-0/+1
* [PATCH] wait_table and zonelist initializing for memory hotadd: add return co...Yasunori Goto2006-06-231-0/+3
* [PATCH] wait_table and zonelist initializing for memory hotadd: change to mem...Yasunori Goto2006-06-231-2/+2
* [PATCH] wait_table and zonelist initializing for memory hotadd: change name o...Yasunori Goto2006-06-231-2/+2
* [PATCH] PG_uncached is ia64 onlyAndrew Morton2006-06-231-1/+13
* [PATCH] zone handle unaligned zone boundariesAndy Whitcroft2006-06-231-2/+5
* [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-234-11/+16
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-233-13/+17
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-221-1/+1
|\
| * [PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()Krzysztof Halasa2006-06-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-222-4/+8
|\ \ | |/ |/|
| * [POWERPC] Fix mdelay badness on shared processor partitionsAnton Blanchard2006-06-211-4/+1
| * Merge branch 'merge'Paul Mackerras2006-06-126-5/+10
| |\
| * | [PATCH] Add a prctl to change the endianness of a process.Anton Blanchard2006-06-091-0/+7
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds2006-06-224-2/+76
|\ \ \
| * | | [PATCH] i2c: Mark block write buffers as constKrzysztof Halasa2006-06-221-2/+2
| * | | [PATCH] i2c: New bus driver for the OpenCores I2C controllerPeter Korsgaard2006-06-221-0/+19
| * | | [PATCH] I2C: i2c-nforce2: Add support for the nForce4 MCP51 and MCP55Jean Delvare2006-06-221-0/+2
| * | | [PATCH] I2C: m41t00: Add support for the ST M41T81 and M41T85Mark A. Greer2006-06-221-0/+50
| * | | [PATCH] i2c-piix4: Add ATI IXP200/300/400 supportRudolf Marek2006-06-221-0/+3
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/w1-2.6Linus Torvalds2006-06-222-2/+5
|\ \ \ \
| * | | | [PATCH] w1: netlink: Mark netlink group 1 as unused.Evgeniy Polyakov2006-06-221-1/+1
| * | | | [PATCH] w1: Move w1-connector definitions into linux/include/connector.hEvgeniy Polyakov2006-06-221-1/+4
| |/ / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-222-0/+15
|\ \ \ \
| * | | | [PATCH] PCI: nVidia quirk to make AER PCI-E extended capability visibleBrice Goglin2006-06-211-0/+1
| * | | | [PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li2006-06-211-0/+2
| * | | | [PATCH] PCI: Move various PCI IDs to header fileBrent Casavant2006-06-211-0/+9
| * | | | [PATCH] PCI Bus Parity Status-broken hardware attribute, EDAC foundationDoug Thompson2006-06-212-0/+2
| * | | | [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignmentsKumar Gala2006-06-211-0/+1
| * | | | [PATCH] PCI: Add PCI_CAP_ID_VNDRBrice Goglin2006-06-211-0/+1
* | | | | [PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie2006-06-223-92/+141
* | | | | [PATCH] Fix dcache race during umountNeilBrown2006-06-221-1/+1
* | | | | [PATCH] remove steal_locks()Miklos Szeredi2006-06-221-1/+0
* | | | | [PATCH] PCI: Add PCI_CAP_ID_VNDRBrice Goglin2006-06-221-0/+1
* | | | | [PATCH] Keys: Fix race between two instantiators of a keyDavid Howells2006-06-221-0/+5
* | | | | [PATCH] selinux: add hooks for key subsystemMichael LeMay2006-06-222-9/+19
| |/ / / |/| | |
* | | | [PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman2006-06-211-2/+3
* | | | [PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2006-06-211-1/+1
* | | | [PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman2006-06-211-1/+3
* | | | [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>David Brownell2006-06-211-0/+0
* | | | [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell2006-06-212-4/+4
* | | | [PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell2006-06-211-0/+0
* | | | [PATCH] usbcore: port reset for composite devicesAlan Stern2006-06-211-0/+9
* | | | [PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman2006-06-211-0/+2
* | | | [PATCH] Driver model: add ISA busRene Herman2006-06-211-0/+28
OpenPOWER on IntegriCloud