summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren2-13/+53
2012-03-05pinctrl: fix and simplify lockingStephen Warren1-1/+0
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar28-39/+111
2012-03-05tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-0/+1
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-03-05ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras3-173/+121
2012-03-05ppp: Change copyright notices from ANU to mePaul Mackerras2-68/+8
2012-03-05vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-05kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker1-1/+0
2012-03-05bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2-61/+61
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker44-3/+48
2012-03-05Merge branch 'pm-qos'Rafael J. Wysocki1-45/+10
2012-03-05Merge branch 'pm-domains'Rafael J. Wysocki1-2/+20
2012-03-05Merge branch 'pm-sleep'Rafael J. Wysocki3-9/+75
2012-03-05Merge branch 'pm-devfreq'Rafael J. Wysocki1-2/+7
2012-03-05PM / Domains: Fix include for PM_GENERIC_DOMAINS=n caseMagnus Damm1-5/+7
2012-03-05PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki1-1/+21
2012-03-05Merge tag 'tegra-soc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-0/+34
2012-03-04percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov1-3/+3
2012-03-04Input: add support for TI Touchscreen controllerRachna Patil1-0/+17
2012-03-04Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust6-4/+9
2012-03-04mdio.h: Include linux/types.hDavid S. Miller1-0/+1
2012-03-03regulator: provide a helper for registering a fixed regulatorSascha Hauer1-0/+13
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero1-2/+6
2012-03-03Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+24
2012-03-03vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-03vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-03vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-03-03NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2-0/+4
2012-03-03NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever1-5/+6
2012-03-03NFS: Add a client-side function to display NFS file handlesChuck Lever1-0/+14
2012-03-03SUNRPC: Add API to acquire source addressChuck Lever1-0/+1
2012-03-03SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2-1/+2
2012-03-03SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2-1/+16
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2-5/+10
2012-03-02Merge branch 'at91-3.4-cleanup2+DT' of git://github.com/at91linux/linux-at91 ...Arnd Bergmann1-0/+10
2012-03-02Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann4-63/+177
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto1-1/+1
2012-03-02usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov1-0/+24
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern1-0/+4
2012-03-02block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura1-0/+1
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-03-02NFSv4: parse and display server implementation idsWeston Andros Adamson2-8/+9
2012-03-02NFS: Store the legacy idmapper result in the keyringBryan Schumaker1-11/+0
2012-03-02Created a function for setting timeouts on keysBryan Schumaker1-0/+2
2012-03-02ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings1-2/+21
2012-03-02mdio: Export mdio.h to userlandBen Hutchings2-5/+5
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi1-1/+1