aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds3-5/+3
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-4/+0
2012-11-16rapidio: fix kernel-doc warningsRandy Dunlap1-0/+2
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-1/+1
2012-11-16mm, oom: reintroduce /proc/pid/oom_adjDavid Rientjes1-0/+9
2012-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+31
2012-11-16Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Arnd Bergmann6-7/+40
2012-11-15clk: remove inline usage from clk-provider.hIgor Mazanov1-2/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-11-10Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+32
2012-11-09of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson1-0/+2
2012-11-09Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+4
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton1-1/+0
2012-11-07mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann1-2/+2
2012-11-07mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang1-0/+1
2012-11-07mmc: dw_mmc: convert the variable type of irqSeungwon Jeon1-1/+1
2012-11-07drivers: bus: ocp2scp: add pdata supportKishon Vijay Abraham I1-0/+31
2012-11-07xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.Konrad Rzeszutek Wilk1-2/+32
2012-11-03ptp: update adjfreq callback descriptionJacob Keller1-1/+2
2012-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+9
2012-11-02Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+8
2012-11-02hashtable: introduce a small and naive hashtableSasha Levin1-0/+192
2012-11-01Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+2
2012-10-31Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+3
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-13/+2
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2012-10-31xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk1-0/+8
2012-10-30Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds5-142/+158
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-0/+3
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+9
2012-10-28percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka1-4/+4
2012-10-28percpu-rw-semaphores: use light/heavy barriersMikulas Patocka1-13/+7
2012-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+4
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-0/+9
2012-10-26Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+16
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2012-10-26Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+14
2012-10-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2012-10-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+7
2012-10-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+3
2012-10-25rbtree: include linux/compiler.h for definition of __always_inlineWill Deacon1-0/+1
2012-10-24Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+0
2012-10-24dynamic_debug: Remove unnecessary __usedJoe Perches1-1/+1
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu1-0/+1
2012-10-24perf, cpu hotplug: Use cached value of smp_processor_id()Srivatsa S. Bhat1-3/+4
2012-10-24perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabledSrivatsa S. Bhat1-0/+3
2012-10-24Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-24/+4
2012-10-23drm/radeon: add some new SI PCI idsAlex Deucher1-0/+3
2012-10-23extcon: MAX77693: Add platform data for MUIC device to initialize registersChanwoo Choi1-0/+13
2012-10-22tcp: add SYN/data info to TCP_INFOYuchung Cheng2-1/+3
2012-10-22extcon: standard cable names definition and declaration changedanish kumar1-1/+1
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-11/+0
2012-10-19Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds2-7/+2
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov1-7/+1
2012-10-19linux/coredump.h needs asm/siginfo.hRichard Weinberger1-0/+1
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1524-41584/+58245
2012-10-19xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2-2/+2
2012-10-19xen: XENMEM_translate_gpfn_list was remove ages ago and is unused.Ian Campbell1-22/+2
2012-10-19Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-19/+10
2012-10-19Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-1669/+1720
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2012-10-19iio: Add some helper macros for unit conversionLars-Peter Clausen1-0/+16
2012-10-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-385/+439
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds3-4/+11
2012-10-17Merge tag 'disintegrate-tty-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman3-1/+1
2012-10-17of/irq: sparse fixesKim Phillips1-2/+2
2012-10-17of/address: sparse fixesKim Phillips1-2/+2
2012-10-17of: add stub of_get_child_by_name for non-OF buildsOlof Johansson1-0/+7
2012-10-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+1
2012-10-17USB: usb.h: remove dbg() macroGreg Kroah-Hartman1-11/+0
2012-10-17UAPI: (Scripted) Disintegrate include/linux/dvbDavid Howells12-385/+439
2012-10-17UAPI: Put a comment into uapi/asm-generic/kvm_para.h and use it from archesDavid Howells1-0/+4
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells23-21/+0
2012-10-17UAPI: Remove empty conditionals from include/linux/KbuildDavid Howells1-10/+0
2012-10-17UAPI: Make uapi/linux/irqnr.h non-emptyDavid Howells1-0/+4
2012-10-17spi: tsc2005: delete soon-obsolete e-mail addressAaro Koskinen1-2/+0
2012-10-16Merge branch 'frv' (FRV patches from David Howells)Linus Torvalds2-39/+54
2012-10-16FRV: Fix linux/elf-fdpic.hDavid Howells2-39/+54
2012-10-16bury SEL_{IN,OUT,EX}Al Viro1-4/+0
2012-10-16Unexport some bits of linux/fs.hDavid Howells2-132/+130
2012-10-16Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowe...NeilBrown5-142/+158
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-0/+1
2012-10-14Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman1108-37605/+46941
2012-10-14Merge 3.7-rc1 usb-linusGreg Kroah-Hartman16-15/+672
2012-10-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+9
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-15/+663
2012-10-13Merge tag 'disintegrate-usb-20121009' of git://git.infradead.org/users/dhowel...Greg Kroah-Hartman15-1658/+1720
2012-10-13Merge tag 'disintegrate-main-20121013' of git://git.infradead.org/users/dhowe...Linus Torvalds583-30366/+32927
2012-10-13Merge tag 'disintegrate-spi-20121009' of git://git.infradead.org/users/dhowel...Linus Torvalds3-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linux/byteorderDavid Howells6-206/+214
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells577-30107/+32658
2012-10-13UAPI: Unexport linux/blk_types.hDavid Howells2-61/+59
2012-10-13UAPI: Unexport part of linux/ppp-comp.hDavid Howells1-0/+4
2012-10-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-15/+118
2012-10-13Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds1-0/+1
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-2/+8
2012-10-13Merge tag 'stable/for-linus-3.7-uapi-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-2/+2
2012-10-13Merge tag 'mmc-merge-for-3.7-rc1-part2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-1/+1
2012-10-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-12/+10
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-3/+7
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-248/+298
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-16/+24
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+8
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-28/+70
2012-10-12vfs: embed struct filename inside of names_cache allocation if possibleJeff Layton1-0/+1
2012-10-12audit: make audit_inode take struct filenameJeff Layton2-6/+10
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton1-0/+1
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton1-0/+11
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-8/+18
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+8
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+19
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-62/+113
2012-10-12tty/console: fix warnings in drivers/tty/serial/kgdboc.cArnd Bergmann1-2/+8
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton1-2/+1
2012-10-12audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2-9/+15
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-5/+10
2012-10-12audit: add a new "type" field to audit_names structJeff Layton1-0/+5
2012-10-12audit: reverse arguments to audit_inode_childJeff Layton2-13/+13
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-43/+164
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-20/+16
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+1
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds2-19/+626
2012-10-11consitify do_mount() argumentsAl Viro2-7/+7
2012-10-11UAPI: (Scripted) Disintegrate include/linux/mmcDavid Howells3-1/+1
2012-10-11compiler-gcc4.h: correct verion check for __compiletime_errorDaniel Santos1-1/+1
2012-10-11usbnet: Support devices reporting idlenessOliver Neukum1-0/+2
2012-10-11Merge tag 'disintegrate-wimax-20121009' of git://git.infradead.org/users/dhow...David S. Miller3-1/+1
2012-10-11Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab13-43/+166
2012-10-11vmlinux.lds.h: Allow architectures to add sections to the front of .bssDavid Daney1-0/+9
2012-10-11Merge branch 'next' into for-linusDmitry Torokhov3-19/+88
2012-10-10Merge branch 'uapi-for-3.7' of git://gitorious.org/linux-can/linux-canDavid S. Miller7-5/+5
2012-10-10vxlan: allow configuring port rangestephen hemminger1-0/+6
2012-10-10of/mdio: Staticise !CONFIG_OF stubsMark Brown1-10/+10
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds4-2/+12
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds3-7/+6
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-35/+249
2012-10-11memcg, kmem: fix build error when CONFIG_INET is disabledDavid Rientjes1-2/+2
2012-10-11rapidio: fix commentChad Reese1-1/+1
2012-10-11rapidio: update for destination ID allocationAlexandre Bounine1-1/+0
2012-10-11mm: compaction: fix bit ranges in {get,clear,set}_pageblock_skip()Bartlomiej Zolnierkiewicz1-3/+3
2012-10-10UAPI: (Scripted) Disintegrate include/linux/canDavid Howells7-5/+5
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-5/+19
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-2/+106
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds6-50/+144
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-5/+3
2012-10-10module: signature checking hookRusty Russell1-0/+8
2012-10-10lglock: add DEFINE_STATIC_LGLOCK()Lai Jiangshan1-1/+7
2012-10-10lglock: make the per_cpu locks staticLai Jiangshan1-1/+1
2012-10-10lglock: remove unused DEFINE_LGLOCK_LOCKDEP()Lai Jiangshan1-9/+0
2012-10-10MAX_LFS_FILESIZE definition for 64bit needs LL...Al Viro1-1/+1
2012-10-09vfs: drop lock/unlock superMarco Stornelli1-1/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-2/+19
2012-10-10Merge tag 'omapdss-for-3.7' of git://gitorious.org/linux-omap-dss2/linux into...Florian Tobias Schandinat9-34/+144
2012-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds180-1958/+2063
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-0/+55
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+48
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds14-43/+120
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+10
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields783-9190/+21110
2012-10-09Merge branch 'fortglx/3.7/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner510-8057/+18845
2012-10-09Merge tag 'disintegrate-isdn-20121009' of git://git.infradead.org/users/dhowe...David S. Miller3-1/+1
2012-10-09Merge tag 'disintegrate-net-20121009' of git://git.infradead.org/users/dhowel...David S. Miller170-1917/+2026
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller185-4347/+6229
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse770-8893/+20524
2012-10-09[SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong1-10/+2
2012-10-09[SCSI] virtio-scsi: support online resizing of disksPaolo Bonzini1-0/+2
2012-10-09UAPI: (Scripted) Disintegrate include/xenDavid Howells4-2/+2
2012-10-09UAPI: (Scripted) Disintegrate include/mtdDavid Howells7-5/+5
2012-10-09UAPI: (Scripted) Disintegrate include/linux/wimaxDavid Howells3-1/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/usbDavid Howells15-1658/+1720
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_ematchDavid Howells6-4/+4
2012-10-09UAPI: (Scripted) Disintegrate include/linux/tc_actDavid Howells9-7/+7
2012-10-09UAPI: (Scripted) Disintegrate include/linux/sunrpcDavid Howells4-39/+50
2012-10-09UAPI: (Scripted) Disintegrate include/linux/spiDavid Howells3-1/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells5-142/+158
2012-10-09UAPI: (Scripted) Disintegrate include/linux/nfsdDavid Howells11-203/+246
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv6David Howells15-266/+281
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_ipv4David Howells13-226/+241
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_bridgeDavid Howells22-332/+350
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter_arpDavid Howells5-201/+209
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilter/ipsetDavid Howells10-272/+296
2012-10-09UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells86-607/+636
2012-10-09UAPI: (Scripted) Disintegrate include/linux/isdnDavid Howells3-1/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/hsiDavid Howells3-1/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/caifDavid Howells4-2/+2
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds30-429/+730
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7
2012-10-09mm, thp: fix mapped pages avoiding unevictable list on mlockDavid Rientjes1-1/+1
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-0/+2
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-0/+1
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa1-4/+0
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-0/+2
2012-10-09mm: remove unevictable_pgs_mlockfreedHugh Dickins1-1/+0
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim1-0/+4
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-47/+0
2012-10-09mm, numa: reclaim from all nodes within reclaim distanceDavid Rientjes1-0/+1
2012-10-09mm: remove free_page_mlockHugh Dickins1-1/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-1/+1