summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-2855-137/+260
|\
| * perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2017-02-241-1/+1
| * perf/core: Fix perf_event_enable_on_exec() timekeeping (again)Peter Zijlstra2017-02-241-0/+2
| * perf/core: Remove confusing comment and move put_ctx()Peter Zijlstra2017-02-241-7/+1
| * Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-2154-129/+256
| |\
| | * perf record: Honor --quiet option properlyNamhyung Kim2017-02-201-0/+2
| | * perf annotate: Add -q/--quiet optionNamhyung Kim2017-02-202-0/+8
| | * perf diff: Add -q/--quiet optionNamhyung Kim2017-02-202-4/+14
| | * perf report: Add -q/--quiet optionNamhyung Kim2017-02-202-4/+19
| | * perf utils: Check verbose flag properlyNamhyung Kim2017-02-2029-52/+52
| | * perf utils: Add perf_quiet_option()Namhyung Kim2017-02-202-0/+18
| | * perf record: Add -a as default targetJiri Olsa2017-02-172-2/+4
| | * perf stat: Add -a as default targetJiri Olsa2017-02-172-2/+3
| | * perf tools: Fail on using multiple bits long terms without valueJiri Olsa2017-02-174-9/+22
| | * perf tools: Move new_term arguments into struct parse_events_term templateJiri Olsa2017-02-171-30/+39
| | * perf build: Add special fixdep cleaning ruleJiri Olsa2017-02-173-4/+7
| | * perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology...Jan Stancek2017-02-174-14/+10
| | * perf header: Make build_cpu_topology skip offline/absent CPUsJan Stancek2017-02-171-3/+16
| | * perf cpumap: Add cpu__max_present_cpu()Jan Stancek2017-02-172-0/+23
| | * perf session: Fix DEBUG=1 build with clangArnaldo Carvalho de Melo2017-02-171-1/+1
| | * tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)2017-02-172-3/+3
| | * perf python: Filter out -specs=/a/b/c from the python binding cc optionsArnaldo Carvalho de Melo2017-02-171-1/+8
| | * tools perf scripting python: clang doesn't have -spec, remove itArnaldo Carvalho de Melo2017-02-172-2/+9
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-02-284-279/+281
|\ \ \
| * | | locking/refcounts: Add missing kernel.h header to have UINT_MAX definedElena Reshetova2017-02-241-0/+1
| * | | locking/refcounts: Out-of-line everythingPeter Zijlstra2017-02-244-279/+280
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-286-23/+84
|\ \ \
| * | | objtool: Enclose contents of unreachable() macro in a blockJosh Poimboeuf2017-02-281-1/+2
| * | | objtool: Prevent GCC from merging annotate_unreachable()Josh Poimboeuf2017-02-251-3/+3
| * | | objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-245-11/+71
| * | | objtool: Fix CONFIG_STACK_VALIDATION=y warning for out-of-tree modulesJosh Poimboeuf2017-02-201-12/+12
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2017-02-281-1/+1
|\ \ \ \
| * | | | ide: palm_bk3710: add __initdata to palm_bk3710_port_infoBhumika Goyal2017-02-281-1/+1
| * | | | Revert "ide: Fix interface autodetection in legacy IDE driver (trial #2)"David S. Miller2017-01-091-2/+2
| * | | | ide: Fix interface autodetection in legacy IDE driver (trial #2)lramos.prof@yahoo.com.br2016-12-261-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-2843-224/+209
|\ \ \ \ \
| * \ \ \ \ Merge branch 'qed-fixes'David S. Miller2017-02-275-22/+34
| |\ \ \ \ \
| | * | | | | qed: Don't use attention PTT for configuring BWMintz, Yuval2017-02-273-5/+8
| | * | | | | qed: Fix race with multiple VFsMintz, Yuval2017-02-272-17/+26
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-275-5/+6
| |\ \ \ \ \
| | * | | | | netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso2017-02-261-1/+1
| | * | | | | netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-02-261-2/+2
| | * | | | | netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme2017-02-251-1/+1
| | * | | | | uapi: fix linux/netfilter/xt_hashlimit.h userspace compilation errorDmitry V. Levin2017-02-251-0/+1
| | * | | | | uapi: stop including linux/sysctl.h in uapi/linux/netfilter.hDmitry V. Levin2017-02-231-1/+0
| | * | | | | netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal2017-02-231-0/+1
| * | | | | | l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber2017-02-271-1/+1
| * | | | | | xfrm: provide correct dst in xfrm_neigh_lookupJulian Anastasov2017-02-271-8/+21
| * | | | | | rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu2017-02-271-2/+3
| * | | | | | rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu2017-02-271-3/+1