summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into core/softlockupIngo Molnar2009-02-12140-294/+569
|\
| * syscall define: fix uml compile bugHeiko Carstens2009-02-111-14/+14
| * cgroups: fix lockdep subclasses overflowLi Zefan2009-02-111-0/+1
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-02-112-36/+39
| |\
| | * timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra2009-02-111-12/+1
| | * timers: split process wide cpu clocks/timers, fixPeter Zijlstra2009-02-111-0/+1
| | * timers: split process wide cpu clocks/timers, remove spurious warningIngo Molnar2009-02-061-2/+0
| | * timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-052-29/+36
| | * signal: re-add dead task accumulation stats.Peter Zijlstra2009-02-051-1/+9
| * | hugetlbfs: fix build failure with !CONFIG_HUGETLBFSStefan Richter2009-02-101-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-101-0/+12
| |\ \
| | * | net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller2009-02-061-0/+12
| * | | Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman2009-02-102-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-02-091-1/+6
| |\ \ \
| | * | | crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-1/+6
| * | | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-091-0/+5
| * | | | async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-081-3/+5
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-071-1/+1
| |\ \ \ \
| | * | | | PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-041-1/+1
| * | | | | module: remove over-zealous check in __module_get()Rusty Russell2009-02-071-1/+0
| * | | | | wait: prevent exclusive waiter starvationJohannes Weiner2009-02-051-2/+9
| * | | | | fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi2009-02-051-0/+15
| * | | | | generic swap(): don't return a value from swap()Peter Zijlstra2009-02-051-1/+2
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-02-041-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | sched: add missing kernel-doc in sched.hRandy Dunlap2009-02-031-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-042-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-02-0296-90/+227
| | |\ \ \ | | | |/ /
| | * | | net: Fix userland breakage wrt. linux/if_tunnel.hDavid S. Miller2009-02-022-1/+4
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-02-032-13/+21
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | libata: implement HORKAGE_1_5_GBPS and apply it to WD My BookTejun Heo2009-02-021-0/+1
| | * | | libata: clear dev->ering in smarter wayTejun Heo2009-02-021-8/+10
| | * | | ide/libata: fix ata_id_is_cfa() (take 4)Sergei Shtylyov2009-02-021-5/+10
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-02-021-0/+1
| |\ \ \ \
| | * | | | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-01-271-0/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-02-021-8/+2
| |\ \ \ \ \
| | * | | | | kmalloc: return NULL instead of link failureJeff Mahoney2009-01-271-8/+2
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-022-5/+7
| |\ \ \ \ \ \
| | * | | | | | bio.h: If they MUST be inlined, then use __always_inlineAlberto Bertogli2009-02-021-2/+4
| | * | | | | | Fix misleading comment in bio.hAlberto Bertogli2009-02-021-2/+2
| | * | | | | | block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULTJens Axboe2009-02-021-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | modules: Use a better scheme for refcountingEric Dumazet2009-02-021-9/+16
| |/ / / / /
| * | | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-3178-28/+109
| |\ \ \ \ \
| | * | | | | headers_check fix: linux/rtnetlink.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/nubus.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/virtio_net.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/virtio_console.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/virtio_blk.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/videodev.hJaswinder Singh Rajput2009-01-311-0/+1
| | * | | | | headers_check fix: linux/video_encoder.hJaswinder Singh Rajput2009-01-311-0/+2
| | * | | | | headers_check fix: linux/video_decoder.hJaswinder Singh Rajput2009-01-311-0/+2
OpenPOWER on IntegriCloud