summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2012-03-06Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+15
2012-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller3-56/+71
2012-03-06cfg80211: Add an attribute to set inactivity timeout in AP modeVasanthakumar Thiagarajan2-2/+15
2012-03-06net: export netdev_stats_to_stats64Eric Dumazet1-0/+2
2012-03-06mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau1-0/+3
2012-03-06cfg80211: fix kernel-docJohannes Berg1-6/+4
2012-03-06NFS: Undo changes to idmap.hBryan Schumaker1-0/+11
2012-03-06{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2-0/+6
2012-03-06bcma: add support for sprom not found on the deviceHauke Mehrtens1-0/+6
2012-03-06bcma: export bcma_find_coreHauke Mehrtens1-0/+1
2012-03-06ssb: add some missing sprom attributesHauke Mehrtens1-1/+75
2012-03-06ssb: add alpha2Hauke Mehrtens1-0/+1
2012-03-06ssb: fix per path sprom varsHauke Mehrtens1-1/+1
2012-03-06ssb: remove 5GHz antenna gain from spromHauke Mehrtens1-6/+1
2012-03-06ssb: sprom fix some sizes / signednessHauke Mehrtens1-8/+8
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-56/+71
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-0/+9
2012-03-05Merge branch 'depends/irqdomain' into next/driversArnd Bergmann4-63/+177
2012-03-05dt: fix twl4030 for non-dt compile on x86Grant Likely1-3/+6
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan1-0/+3
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan1-0/+3
2012-03-05Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai76-436/+522
2012-03-05perf: Add callback to flush branch_stack on context switchStephane Eranian1-1/+8
2012-03-05perf: Add generic taken branch sampling supportStephane Eranian1-4/+67
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-0/+25
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf1-0/+1
2012-03-05KVM: PPC: Add generic single register ioctlsAlexander Graf1-0/+35
2012-03-05KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras1-5/+9
2012-03-05KVM: PPC: e500: MMU APIScott Wood1-0/+18
2012-03-05KVM: provide synchronous registers in kvm_runChristian Borntraeger1-0/+15
2012-03-05KVM: s390: ucontrol: announce capability for user controlled vmsCarsten Otte1-0/+1
2012-03-05KVM: s390: ucontrol: interface to inject faults on a vcpu page tableCarsten Otte1-0/+1
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte2-0/+3
2012-03-05KVM: s390: ucontrol: export page faults to userCarsten Otte1-0/+6
2012-03-05KVM: s390: ucontrol: per vcpu address spacesCarsten Otte1-0/+10
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2-1/+4
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-30/+115
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 Molnar49-118/+280
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 Gortmaker60-3/+65
2012-03-05Merge branch 'pm-qos'Rafael J. Wysocki1-45/+10