summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa2009-06-301-1/+9
| * | | | | sctp: xmit sctp packet always return no route errorWei Yongjun2009-06-291-1/+1
| * | | | | net/irda: convert bfin_sir to net_device_opsGraf Yang2009-06-291-6/+10
| * | | | | xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun2009-06-291-49/+8
| * | | | | tcp: Do not tack on TSO data to non-TSO packetHerbert Xu2009-06-291-5/+10
| * | | | | tcp: Stop non-TSO packets morphing into TSOHerbert Xu2009-06-291-1/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2009-06-292-1/+7
| |\ \ \ \ \
| | * | | | | nl802154: add module license and descriptionDmitry Eremin-Solenikov2009-06-291-0/+3
| | * | | | | nl802154: fix Oops in ieee802154_nl_get_devDmitry Eremin-Solenikov2009-06-291-0/+3
| | * | | | | MAINTAINERS: ieee802154 lists are moderated for non-subscribers.Dmitry Eremin-Solenikov2009-06-291-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-298-19/+95
| |\ \ \ \ \
| | * | | | | netfilter: xtables: conntrack match revision 2Jan Engelhardt2009-06-292-6/+73
| | * | | | | netfilter: headers_check fix: linux/netfilter/xt_osf.hJaswinder Singh Rajput2009-06-291-0/+2
| | * | | | | netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-293-11/+16
| | * | | | | nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2009-06-252-2/+4
| | |/ / / /
* | | | | | kmemleak: Fix scheduling-while-atomic bugIngo Molnar2009-07-011-30/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-304-103/+105
|\ \ \ \ \
| * | | | | kmemleak: Inform kmemleak about pid_hashCatalin Marinas2009-06-291-0/+7
| * | | | | kmemleak: Do not warn if an unknown object is freedCatalin Marinas2009-06-291-0/+2
| * | | | | kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas2009-06-291-5/+10
| * | | | | kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas2009-06-261-1/+6
| * | | | | kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas2009-06-262-52/+47
| * | | | | kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas2009-06-262-48/+19
| * | | | | kmemleak: Enable task stacks scanning by defaultCatalin Marinas2009-06-262-5/+5
| * | | | | kmemleak: Allow the early log buffer to be configurable.Catalin Marinas2009-06-253-2/+19
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-06-302-4/+7
|\ \ \ \ \
| * | | | | dm table: fix blk_stack_limits arg to use bytes not sectorsMike Snitzer2009-06-301-1/+1
| * | | | | dm exception store: really fix type lookupMilan Broz2009-06-301-3/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-3032-422/+1604
|\ \ \ \ \
| * | | | | perf report: Add --symbols parameterArnaldo Carvalho de Melo2009-07-012-2/+12
| * | | | | perf report: Add --comms parameterArnaldo Carvalho de Melo2009-07-012-10/+27
| * | | | | perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-015-0/+238
| * | | | | perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2009-06-302-6/+13
| * | | | | perf_counter: Provide a way to enable counters on execPaul Mackerras2009-06-303-4/+55
| * | | | | perf_counter tools: Reduce perf stat measurement overhead/skewPaul Mackerras2009-06-291-14/+50
| * | | | | perf stat: Use percentages for scaling outputIngo Molnar2009-06-291-1/+2
| * | | | | perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu2009-06-291-2/+2
| * | | | | perf stat: Micro-optimize the code: memcpy is only required if no event is se...Jaswinder Singh Rajput2009-06-281-5/+6
| * | | | | perf stat: Improve outputJaswinder Singh Rajput2009-06-271-6/+5
| * | | | | perf stat: Fix multi-run statsIngo Molnar2009-06-271-4/+11
| * | | | | perf stat: Add -n/--null option to run without countersIngo Molnar2009-06-271-1/+4
| * | | | | perf_counter tools: Remove dead codeIngo Molnar2009-06-275-132/+3
| * | | | | perf_counter: Complete counter swapPeter Zijlstra2009-06-261-1/+6
| * | | | | perf report: Print sorted callchains per histogram entriesFrederic Weisbecker2009-06-261-11/+71
| * | | | | perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-265-5/+213
| * | | | | perf record: Fix unhandled io return valueFrederic Weisbecker2009-06-251-1/+4
| * | | | | perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput2009-06-251-2/+2
| * | | | | perf-report: Add bare minimum PERF_EVENT_READ parsingPeter Zijlstra2009-06-251-0/+24
| * | | | | perf-report: Add modes for inherited stats and no-samplesPeter Zijlstra2009-06-251-2/+17
| * | | | | perf_counter: Rework the sample ABIPeter Zijlstra2009-06-255-48/+49
OpenPOWER on IntegriCloud