aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-12audit: comparison on interprocess fieldsPeter Moody1-1/+23
2012-01-12audit: implement all object interfield comparisonsPeter Moody1-1/+9
2012-01-12audit: allow interfield comparison between gid and ogidEric Paris1-1/+2
2012-01-12audit: allow interfield comparison in audit rulesEric Paris1-0/+4
2012-01-12audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-12audit: allow audit matching on inode gidEric Paris1-0/+1
2012-01-12audit: allow matching on obj_uidEric Paris1-0/+1
2012-01-12audit: remove audit_finish_fork as it can't be calledEric Paris1-2/+0
2012-01-12audit: inline audit_free to simplify the look of generic codeEric Paris1-1/+6
2012-01-12audit: drop audit_set_macxattr as it doesn't do anythingEric Paris1-2/+0
2012-01-12audit: inline checks for not needing to collect aux recordsEric Paris1-3/+20
2012-01-12audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-3/+10
2012-01-12Audit: push audit success and retcode into arch ptrace.hEric Paris2-8/+24
2012-01-12seccomp: audit abnormal end to a process due to seccompEric Paris1-0/+8
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-01-11Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+135
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+0
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds7-9/+223
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds3-21/+54
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-0/+100
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds4-1/+214
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-8/+30
2012-01-10Merge tag 'for-linux-3.3-merge-window' of git://linux-c6x.org/git/projects/li...Linus Torvalds4-5/+15
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-8/+16
2012-01-10Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds20-37/+252
2012-01-10workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo1-16/+31
2012-01-10procfs: add hidepid= and gid= mount optionsVasiliy Kulikov1-0/+2
2012-01-10procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov1-0/+12
2012-01-10procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov1-1/+1
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-0/+1
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown1-0/+34
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro1-5/+5
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2-0/+94
2012-01-10mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...Andrea Arcangeli1-0/+1
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner2-1/+4
2012-01-10mm: exclude reserved pages from dirtyable memoryJohannes Weiner2-0/+7
2012-01-10mm, debug: test for online nid when allocating on single nodeDavid Rientjes1-1/+1
2012-01-10mm: more intensive memory corruption debuggingStanislaw Gruszka2-1/+20
2012-01-10kernel.h: add BUILD_BUG() macroDavid Daney3-1/+20
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman1-0/+16
2012-01-10mm-tracepoint: rename page-free eventsKonstantin Khlebnikov1-2/+2
2012-01-10mm: remove unused pagevec_freeKonstantin Khlebnikov1-7/+0
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-0/+1
2012-01-10mm/page-writeback.c: make determine_dirtyable_memory static againJohannes Weiner1-2/+0
2012-01-10Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+4
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds1-21/+7
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-7/+31
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds1-5/+66
2012-01-10Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6Linus Torvalds7-136/+298
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds7-25/+192
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-344/+793
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-4/+250
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+21
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2-1/+5
2012-01-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-5/+16
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-2/+68
2012-01-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds4-28/+143
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2-0/+5
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-32/+256
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-0/+1
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+35
2012-01-10Merge git://git.infradead.org/users/cbou/battery-urgentAnton Vorontsov28-47/+65
2012-01-10Merge branch 'for_linus' into for_linus_mergedTheodore Ts'o2-3/+4
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+1
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+5
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+22
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+18
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-4/+12
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+5
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+88
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt1-2/+0
2012-01-09net: Fix build with INET disabled.David S. Miller1-2/+0
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds4-179/+33
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-30/+83
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-4/+1
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-0/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-25/+146
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-87/+18
2012-01-09mtd: do not use mtd->block_markbad directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-0/+7
2012-01-09mtd: do not use mtd->suspend and mtd->resume directlyArtem Bityutskiy1-1/+4
2012-01-09mtd: do not use mtd->lock, unlock and is_locked directlyArtem Bityutskiy1-0/+6
2012-01-09mtd: do not use mtd->sync directlyArtem Bityutskiy1-1/+2
2012-01-09mtd: harmonize mtd_writev usageArtem Bityutskiy1-14/+2
2012-01-09mtd: do not use mtd->lock_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: mtd->write_user_prot_reg directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->read_*_prot_reg directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->get_*_prot_info directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: do not use mtd->read_oob directlyArtem Bityutskiy1-0/+4
2012-01-09mtd: mtdoops: do not use mtd->panic_write directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do not use mtd->get_unmapped_area directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: do use mtd->point directlyArtem Bityutskiy1-0/+2
2012-01-09mtd: introduce mtd_has_oob helperArtem Bityutskiy1-0/+5
2012-01-09mtd: clean-up the default_mtd_writev functionArtem Bityutskiy1-0/+2
2012-01-09mtd: remove unused default_mtd_readv prototypeArtem Bityutskiy1-3/+0
2012-01-09mtd: kill dev_to_mtd helperArtem Bityutskiy1-5/+0
2012-01-09mtd: always initialize retlen to zeroArtem Bityutskiy1-0/+9
2012-01-09mtd: move mtd->{get,put}_device functions upArtem Bityutskiy1-7/+6
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-2/+6
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+6
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-2/+7
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-3/+6
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy1-6/+12
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-2/+8
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-1/+9
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-6/+13
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-4/+8
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-2/+8
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy1-10/+15
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-1/+8
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-1/+8
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy1-5/+13
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-2/+6
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-4/+10
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-5/+14
2012-01-09mtd: map.h: fix arm cross-build failureArtem Bityutskiy1-1/+1
2012-01-09mtd: document that MEMWRITE ioctl is NAND-specificArtem Bityutskiy1-1/+2
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski1-0/+1
2012-01-09mtd: cfi: Allow per-mapping CFI device endiannessAaron Sierra3-55/+38
2012-01-09mtd: nand: add Macronix manufacturerBrian Norris1-0/+1
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann17-16/+150
2012-01-09jbd: Remove j_barrier mutexJan Kara1-4/+0
2012-01-09drm/radeon/kms: remove pointless CS flags priority structAlex Deucher1-3/+0
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel1-0/+7
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel7-25/+185
2012-01-09Merge branch 'hid-battery' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Jiri Kosina1-1/+4
2012-01-08net: sk_update_clone is only used in net/core/sock.cStephen Rothwell1-6/+0
2012-01-09Merge branch 'next' into for-linusJames Morris4-1/+214
2012-01-08ahci: platform support for suspend/resumeBrian Norris1-0/+2
2012-01-08[SCSI] add flag to skip the runtime PM calls on the hostLin Ming1-0/+3
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+4
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+176
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-3/+985
2012-01-08Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds2-3/+6
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-19/+19
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-153/+210
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds34-259/+150
2012-01-08hid-input/battery: remove battery_valJeremy Fitzhardinge1-1/+0
2012-01-08hid-input/battery: deal with both FEATURE and INPUT report batteriesJeremy Fitzhardinge1-0/+1
2012-01-08hid-input/battery: add quirks for batteryJeremy Fitzhardinge1-0/+2
2012-01-08hid-input: add support for HID devices reporting Battery StrengthDaniel Nicoletti1-0/+1
2012-01-08writeback: move MIN_WRITEBACK_PAGES to fs-writeback.cWu Fengguang1-5/+0
2012-01-07Merge branch 'next/cleanup' into samsung/dtArnd Bergmann2-0/+88
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-19/+18
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-8/+23
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-47/+257
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust2-5/+20
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa1-0/+6
2012-01-07Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann15-15/+78
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann15-17/+90
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara2-4/+7
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi1-2/+0
2012-01-06vfs: count unlinked inodesMiklos Szeredi1-54/+7
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi1-0/+3
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+1
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: switch ->show_path() to struct dentry *Al Viro1-1/+1
2012-01-06vfs: switch ->show_devname() to struct dentry *Al Viro1-1/+1
2012-01-06vfs: switch ->show_stats to struct dentry *Al Viro1-1/+1
2012-01-06switch security_path_chmod() to struct path *Al Viro1-7/+3
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro29-115/+113
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2-1/+3
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2-6/+19
2012-01-06Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds1-7/+5
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds124-1187/+4566
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu1-3/+3
2012-01-06PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCESYinghai Lu1-1/+1
2012-01-06PCI: pci_ids: add device ids for STA2X11 device (aka ConneXT)Alessandro Rubini1-0/+23
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas1-2/+0
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-9/+1
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+3
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-0/+3
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas1-0/+2
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-0/+3
2012-01-06PCI: add declaration for pcibios_set_master() to pci coreMyron Stowe1-0/+2
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka1-0/+3
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-5/+9
2012-01-06PCI: Fix PCI_EXP_TYPE_RC_EC valueAlex Williamson1-1/+1
2012-01-06PCI: Rework ASPM disable codeMatthew Garrett1-2/+2
2012-01-06PCI: Fix PRI and PASID consistencyAlex Williamson1-2/+2
2012-01-06PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2-0/+4
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman13-47/+257
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-54/+130
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+40
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-93/+272
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-79/+141
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+6