summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-101-0/+23
|\
| * firmware: provide stubs for the FW_LOADER=n caseJames Bottomley2008-03-101-0/+23
* | memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov2008-03-101-0/+1
* | tifm: fix the MemoryStick host fifo handling codeAlex Dubov2008-03-101-1/+1
* | memstick: add memstick_suspend/resume_host methodsAlex Dubov2008-03-101-0/+2
* | memstick: introduce correct definitions in the headerAlex Dubov2008-03-101-44/+86
* | rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-101-2/+2
|/
* time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel2008-03-091-8/+1
* time: prevent the loop in timespec_add_ns() from being optimised awaySegher Boessenkool2008-03-091-0/+4
* Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-071-2/+2
|\
| * slab - use angle brackets for include of kmalloc_sizes.hJoe Perches2008-03-061-2/+2
* | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-071-0/+1
|\ \
| * | NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-071-0/+1
* | | sched: retain vruntimePeter Zijlstra2008-03-071-0/+4
| |/ |/|
* | LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris2008-03-061-25/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-041-3/+4
|\ \
| * | [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-041-0/+5
|\ \ \
| * | | debugfs: fix sparse warningsHarvey Harrison2008-03-041-0/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-041-0/+10
|\ \ \ \
| * | | | PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn2008-03-041-0/+10
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-041-2/+1
|\ \ \ \
| * | | | USB: fix comment of struct usb_interfaceLei Ming2008-03-041-2/+1
| |/ / /
* | | | md: clean up irregularity with raid autodetectNeilBrown2008-03-041-0/+1
* | | | md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-041-0/+2
* | | | iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2008-03-041-0/+3
* | | | memcg: remove mem_cgroup_unchargeHugh Dickins2008-03-041-13/+7
* | | | memcg: bad page if page_cgroup when freeHugh Dickins2008-03-041-4/+4
* | | | memcg: move_lists on page not page_cgroupHugh Dickins2008-03-041-3/+2
* | | | memcg: mm_match_cgroup not vm_match_cgroupHugh Dickins2008-03-041-2/+2
* | | | markers: add an if(0) to __mark_check_format()Mathieu Desnoyers2008-03-041-1/+7
* | | | include falloc.h in header-yEric Sandeen2008-03-041-0/+1
* | | | sm501: add support for the SM502 programmable PLLVille Syrjala2008-03-042-1/+5
* | | | ndelay(): switch to C function to avoid 64-bit divisionAndrew Morton2008-03-041-1/+7
* | | | add noinline_for_stackAndrew Morton2008-03-041-0/+6
* | | | Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-043-5/+5
* | | | Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli2008-03-041-3/+3
* | | | gpio: <linux/gpio.h> and "no GPIO support here" stubsDavid Brownell2008-03-041-0/+95
|/ / /
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-041-1/+1
|\ \ \
| * | | dmaengine: fix sparse warningDan Williams2008-03-041-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-041-4/+0
|\ \ \ \
| * | | | sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-4/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-03-042-2/+3
|\ \ \ \
| * | | | KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-0/+1
| * | | | KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-031-2/+2
* | | | | block/genhd.c: proper externsAdrian Bunk2008-03-041-0/+3
* | | | | block/genhd.c: cleanupsAdrian Bunk2008-03-041-2/+0
* | | | | block: separate out padding from alignmentTejun Heo2008-03-041-0/+2
* | | | | block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-1/+1
| |/ / / |/| | |
* | | | slub: Fix up commentsChristoph Lameter2008-03-031-2/+2
OpenPOWER on IntegriCloud