summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cputime: Make finegrained irqtime accounting generally availableFrederic Weisbecker2012-09-253-12/+36
* cputime: Gather time/stats accounting config options into a single menuFrederic Weisbecker2012-09-251-56/+60
* ia64: Reuse system and user vtime accounting functions on task switchFrederic Weisbecker2012-09-251-8/+3
* ia64: Consolidate user vtime accountingFrederic Weisbecker2012-09-251-13/+15
* vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-255-30/+73
* cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-259-27/+27
* sched: cpu_power: enable ARCH_POWERVincent Guittot2012-09-131-1/+1
* sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-133-19/+13
* sched: Fix load avg vs. cpu-hotplugPeter Zijlstra2012-09-131-0/+2
* sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-136-69/+1
* sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
* sched: Remove useless code in yield_to()Michael Wang2012-09-041-7/+0
* sched: Add time unit suffix to sched sysctl knobsNamhyung Kim2012-09-041-3/+3
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2012-09-041-13/+22
* sched: Remove AFFINE_WAKEUPS feature flagNamhyung Kim2012-09-041-8/+0
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-04759-5876/+8307
|\
| * sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0
| * sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| * sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| * sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10
| * Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-027-33/+48
| |\
| | * CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-191-8/+1
| | * cifs: print error code if smb signature verification failsSteve French2012-08-192-6/+14
| | * CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2012-08-192-11/+15
| | * CIFS: Protect i_nlink from being negativeSteve French2012-08-192-8/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-0255-171/+232
| |\ \
| | * | net: qmi_wwan: add several new Gobi devicesBjørn Mork2012-09-011-0/+3
| | * | fddi: 64 bit bug in smt_add_para()Dan Carpenter2012-09-011-1/+1
| | * | net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu2012-08-311-1/+3
| | * | net/xfrm/xfrm_state.c: fix error return codeJulia Lawall2012-08-311-1/+3
| | * | net: ipv6: fix error return codeJulia Lawall2012-08-311-3/+3
| | * | net: qmi_wwan: new device: Foxconn/Novatel E396Aleksander Morgado2012-08-311-0/+1
| | * | usbnet: fix deadlock in resumeOliver Neukum2012-08-311-1/+1
| | * | cs89x0 : packet reception not workingJaccon Bastiaansen2012-08-311-5/+5
| | * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-08-316-10/+25
| | |\ \
| | | * | netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-08-312-5/+12
| | | * | netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-08-301-1/+4
| | | * | netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
| | | * | netfilter: ctnetlink: fix error return code in init pathJulia Lawall2012-08-301-1/+2
| | | * | ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
| | | * | netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
| | * | | bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
| | * | | bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
| | * | | ipv4: must use rcu protection while calling fib_lookupEric Dumazet2012-08-301-0/+2
| | * | | bnx2x: fix 57840_MF pci idYuval Mintz2012-08-301-1/+1
| | * | | net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-08-301-2/+12
| | * | | e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
| | * | | l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
| | * | | gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
| | * | | xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10