aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-15netfilter: xtables: use guarded typesJan Engelhardt7-32/+32
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom1-0/+8
2010-11-15netfilter: add __rcu annotationsEric Dumazet1-3/+3
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet1-1/+1
2010-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2010-11-08net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain1-0/+5
2010-11-08Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-10/+9
2010-11-08Merge branch 'rmobile/core' into rmobile-fixes-for-linusPaul Mundt2-10/+9
2010-11-08Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/intc-extension' into sh-fixes-for-linusPaul Mundt1-0/+4
2010-11-08sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski1-0/+4
2010-11-04mmc: sh_mmcif: Convert extern inline to static inline.Paul Mundt1-9/+9
2010-11-02preempt: fix kernel build with !CONFIG_BKLArnd Bergmann1-2/+6
2010-11-01Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2010-10-31Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-2/+1
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-7/+6
2010-10-31i2c-i801: Add Intel Patsburg device IDSeth Heasley1-0/+1
2010-10-31i2c: Drop unused I2C_CLASS_TV flagsJean Delvare1-2/+0
2010-10-31ARM: shmobile: remove sh_timer_config clk memberMagnus Damm1-1/+0
2010-10-31locks: remove fl_copy_lock lock_manager operationChristoph Hellwig1-1/+0
2010-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-10-30locks: fix setlease methods to free passed-in lockJ. Bruce Fields1-0/+1
2010-10-30Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds5-31/+73
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2010-10-30Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo1-4/+5
2010-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+2
2010-10-30Merge branch 'audit.b64' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-4/+14
2010-10-30Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-169/+479
2010-10-30audit mmapAl Viro1-0/+9
2010-10-30audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner1-4/+5
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse220-2100/+7567
2010-10-30semaphore: Remove mutex emulationThomas Gleixner1-6/+0
2010-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+4
2010-10-29phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addrCyril Chemparathy1-1/+1
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-10/+3
2010-10-29jump label: Add work around to i386 gcc asm goto bugSteven Rostedt1-1/+1
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-10/+3
2010-10-29readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds1-0/+1
2010-10-29Add new functions for triggering inode writebackChris Mason1-0/+2
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-11/+19
2010-10-29Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-29switch get_sb_ns() usersAl Viro1-3/+2
2010-10-29convert get_sb_pseudo() usersAl Viro1-3/+2
2010-10-29convert get_sb_nodev() usersAl Viro2-2/+5
2010-10-29convert get_sb_single() usersAl Viro1-0/+3
2010-10-29convert get_sb_mtd() users to ->mount()Al Viro1-3/+2
2010-10-29new helper: mount_bdev()Al Viro1-0/+3
2010-10-29beginning of transtion: ->mount()Al Viro1-0/+2
2010-10-29mfd: Factor out WM831x I2C I/O from the core driverMark Brown1-0/+12
2010-10-29mfd: Voltages and GPIOs platform_data definitions for max8998Lukasz Majewski1-0/+12
2010-10-29regulator: max8998 BUCK1/2 internal voltages and indexes definedLukasz Majewski1-6/+6