summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-14fs: add nd_jump_linkChristoph Hellwig1-0/+2
2012-07-14get rid of kern_path_parent()Al Viro1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-07-14make finish_no_open() return intAl Viro1-1/+1
2012-07-14kill struct opendataAl Viro1-6/+5
2012-07-14make ->atomic_open() return intAl Viro1-3/+3
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-2/+7
2012-07-14vfs: remove open intents from nameidataMiklos Szeredi1-14/+0
2012-07-14nfs: clean up ->create in nfs_rpc_opsMiklos Szeredi1-1/+1
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi1-0/+7
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro2-2/+2
2012-07-14i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam1-0/+1
2012-07-14i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam1-1/+1
2012-07-14lp8727_charger: Move header file into platform_data directoryKim, Milo1-0/+0
2012-07-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-42/+321
2012-07-14power_supply: Add min/max alert properties for CAPACITY, TEMP, TEMP_AMBIENTRamakrishna Pallala1-0/+6
2012-07-14charger-manager: Set current limit of regulator for over current protectionChanwoo Choi1-0/+8
2012-07-14charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi1-1/+58
2012-07-14tipc: remove print_buf and deprecated log buffer codeErik Hugne1-2/+2
2012-07-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+9
2012-07-13ipv4: Don't store a rule pointer in fib_result.David S. Miller1-9/+3
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg1-4/+0
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg1-0/+9
2012-07-13dma: shdma: convert to the shdma base libraryGuennadi Liakhovetski1-23/+10
2012-07-13mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma conversionGuennadi Liakhovetski1-7/+1
2012-07-13dma: shdma: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-2/+6
2012-07-13dmaengine: add an shdma-base libraryGuennadi Liakhovetski1-0/+123
2012-07-13workqueue: factor out worker_pool from global_cwqTejun Heo1-1/+1
2012-07-12bcma: add trivial GBIT MAC COMMON driverRafał Miłecki2-0/+102
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-57/+63
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-42/+321
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch1-1/+2
2012-07-12regulator: Add REGULATOR_STATUS_UNDEFINED.Krystian Garbaciak1-0/+2
2012-07-12regulator: tps65910: Remvoe tps65910_reg_[read|modify_bits|read_locked|write_...Axel Lin1-0/+6
2012-07-12ipv4: Remove tb_peers from fib_table.David S. Miller1-1/+0
2012-07-12Merge tag 'v3.5-rc6' into next/dtArnd Bergmann8-8/+16
2012-07-12team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko1-2/+9
2012-07-12team: use function team_port_txable() for determing enabled and up portJiri Pirko1-0/+1
2012-07-12net: sched: add ipset ematchFlorian Westphal1-1/+2
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-2/+8
2012-07-12mac80211: optimize ieee80211_rx_status struct layoutJohannes Berg1-7/+7
2012-07-12nl80211: move scan API to wdevJohannes Berg1-3/+4
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg1-9/+10
2012-07-12ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2-2/+2
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+2
2012-07-12ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller1-0/+2
2012-07-12ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller1-6/+1