summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-053-56/+35
|\
| * locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto2009-12-021-5/+5
| * locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner2009-11-241-2/+2
| * locking: Remove unused prototypeThomas Gleixner2009-11-241-2/+0
| * locking: Make inlining decision Kconfig basedThomas Gleixner2009-11-131-47/+28
* | Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-051-1/+10
|\ \
| * | generic-ipi: Add smp_call_function_any()Rusty Russell2009-11-181-1/+10
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-053-13/+15
|\ \ \
| * \ \ Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar2009-11-177-20/+47
| |\ \ \ | | | |/ | | |/|
| * | | swiotlb: Remove duplicate swiotlb_force extern declarationsFUJITA Tomonori2009-11-151-0/+2
| * | | swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori2009-11-101-2/+2
| * | | swiotlb: Add swiotlb_free() functionFUJITA Tomonori2009-11-101-0/+6
| * | | bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-101-0/+1
| * | | x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori2009-11-101-11/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-12-053-1/+30
|\ \ \ \
| * | | | GFS2: Tag all metadata with jidSteven Whitehouse2009-12-031-1/+5
| * | | | VFS: Export dquot_send_warningSteven Whitehouse2009-12-031-0/+11
| * | | | VFS: Add forget_all_cached_acls()Steven Whitehouse2009-12-031-0/+14
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2009-12-057-24/+82
|\ \ \ \ \
| * | | | | Merge branch 'master' into nextJames Morris2009-12-0393-234/+802
| |\| | | |
| * | | | | remove CONFIG_SECURITY_FILE_CAPABILITIES compile optionSerge E. Hallyn2009-11-242-6/+0
| * | | | | security: report the module name to security_module_requestEric Paris2009-11-102-11/+14
| * | | | | define convenient securebits masks for prctl users (v2)Serge E. Hallyn2009-10-302-6/+19
| * | | | | tpm: fix header for modular buildRandy Dunlap2009-10-291-1/+1
| * | | | | tpm add default function definitionsMimi Zohar2009-10-281-0/+7
| * | | | | LSM: Add security_path_chroot().Tetsuo Handa2009-10-121-0/+11
| * | | | | LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa2009-10-121-0/+30
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-055-76/+44
|\ \ \ \ \ \
| * | | | | | pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-6/+8
| * | | | | | pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski2009-11-281-3/+0
| * | | | | | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-1/+1
| * | | | | | pcmcia: remove unused "window_t" typedefDominik Brodowski2009-11-281-5/+1
| * | | | | | pcmcia: Change window_handle_t logic to unsigned longMagnus Damm2009-11-282-7/+1
| * | | | | | pcmcia: Pass struct pcmcia_socket to pcmcia_get_mem_page()Magnus Damm2009-11-281-2/+0
| * | | | | | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-1/+2
| * | | | | | pcmcia: Pass struct pcmcia_device to pcmcia_release_window()Magnus Damm2009-11-281-1/+1
| * | | | | | PCMCIA: ss: allow PCI IRQs > 255Russell King - ARM Linux2009-11-091-1/+1
| * | | | | | pcmcia: remove now-defunct cs_error, pcmcia_error_{func,ret}Dominik Brodowski2009-11-091-36/+0
| * | | | | | pcmcia: remove pcmcia_get_{first,next}_tuple()Dominik Brodowski2009-11-081-15/+0
| * | | | | | pcmcia: add new CIS access helpersDominik Brodowski2009-11-081-14/+43
| * | | | | | pcmcia: drop already defined PCI_IDsWolfram Sang2009-10-241-0/+2
* | | | | | | Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)David Daney2009-12-052-0/+19
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2009-12-021-2/+2
|\ \ \ \ \ \
| * | | | | | mfd: Correct WM831X_MAX_ISEL_VALUEMark Brown2009-12-011-2/+2
* | | | | | | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-4/+4
|/ / / / / /
* | | | | | Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-301-0/+6
|\ \ \ \ \ \
| * | | | | | mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-0/+6
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-301-0/+1
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-261-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-301-1/+0
|\ \ \ \ \ \ \ \