summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson2-14/+0
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever1-0/+1
2011-01-25NFS: nfsacl_{encode,decode} should return signed integerChuck Lever1-2/+2
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo2-6/+13
2011-01-25block: add REQ_FLUSH_SEQTejun Heo1-0/+2
2011-01-25net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-1/+1
2011-01-25net: change netdev->features to u32Michał Mirosław2-13/+13
2011-01-25net: RPS: Enable hardware acceleration of RFSBen Hutchings1-3/+30
2011-01-25lib: cpu_rmap: CPU affinity reverse-mappingBen Hutchings1-0/+73
2011-01-25Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...David S. Miller2-1/+35
2011-01-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller15-44/+100
2011-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+0
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft1-0/+3
2011-01-24Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds4-9/+32
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell4-4/+6
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-0/+27
2011-01-24Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman1-0/+1
2011-01-23mm: Remove support for kmem_cache_name()Christoph Lameter1-1/+0
2011-01-23firewire: core: fix card->reset_jiffies overflowClemens Ladisch1-1/+1
2011-01-23USB: serial: handle Data Carrier Detect changesLibor Pechacek1-0/+3
2011-01-22genirq: Add IRQ affinity notifiersBen Hutchings2-1/+35
2011-01-22Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2011-01-22Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+0
2011-01-21mm: System without MMU do not need pte_mkwriteMichal Simek1-0/+2
2011-01-21RTC: Propagate error handling via rtc_timer_enqueue properlyJohn Stultz1-2/+0
2011-01-21rtc: Cleanup removed UIE emulation declarationJohn Stultz1-2/+0
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely3-9/+4
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-4/+5
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-14/+0
2011-01-21net: Add safe reverse SKB queue walkers.David S. Miller1-0/+9
2011-01-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+2
2011-01-21ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2-3/+16
2011-01-21memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki1-0/+9
2011-01-21dccp: clean up unused DCCP_STATE_MASK definitionShan Wei1-2/+0
2011-01-21Connector: Add an index to support key/value pair (KVP) functionalityKy Srinivasan1-1/+2
2011-01-20netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt39-0/+77
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-1/+1
2011-01-20netfilter: xtables: remove duplicate memberJan Engelhardt1-1/+1
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2-8/+2
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-0/+12
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller48-162/+264
2011-01-20netfilter: xtables: remove extraneous header that slipped inJan Engelhardt1-1/+0
2011-01-20net_sched: implement a root container qdisc sch_mqprioJohn Fastabend1-0/+12
2011-01-20net: implement mechanism for HW based QOSJohn Fastabend1-0/+68
2011-01-20net_device: add support for network device groupsVlad Dogaru2-0/+8
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-01-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy201-1518/+3494