| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh | Eric W. Biederman | 2015-09-17 |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdc: add header guards | Stephen Rothwell | 2015-09-15 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats | Sowmini Varadhan | 2015-09-15 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdc: Fix build warning. | David S. Miller | 2015-09-15 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CDC: common parser for extra headers | Oliver Neukum | 2015-09-15 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Allow user to get table id from route lookup | David Ahern | 2015-09-15 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Add FIB table id to rtable | David Ahern | 2015-09-15 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2015-11-04 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: ahash - Add crypto_ahash_blocksize | Herbert Xu | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/mpi: clean unused SHA1_DIGEST_LENGTH | LABBE Corentin | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crypto: akcipher - Changes to asymmetric key API | Tadeusz Struk | 2015-10-14 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/mpi: Add mpi sgl helpers | Tadeusz Struk | 2015-10-14 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp... | Oleg Nesterov | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop_machine: Ensure that a queued callback will be called before cpu_stop_pa... | Oleg Nesterov | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con... | Ingo Molnar | 2015-10-20 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Kill PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Simplify preempt_count tests | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Stop setting PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Create preempt_count invariant | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Simplify INIT_PREEMPT_COUNT | Peter Zijlstra | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-10-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Make 'sched_domain_topology' declaration static | Juergen Gross | 2015-09-23 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Unify dl_time_before() usage | Juri Lelli | 2015-09-23 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch... | Ingo Molnar | 2015-09-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Make utilization tracking CPU scale-invariant | Dietmar Eggemann | 2015-09-13 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sched/fair: Make load tracking frequency scale-invariant | Dietmar Eggemann | 2015-09-13 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branch | Ingo Molnar | 2015-09-13 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf: Add PERF_SAMPLE_BRANCH_CALL | Stephane Eranian | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/x86: Fix time_shift in perf_event_mmap_page | Adrian Hunter | 2015-10-20 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, before pulling new changes | Ingo Molnar | 2015-10-08 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha... | Ingo Molnar | 2015-09-28 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2015-09-18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Drop PERF_EVENT_TXN | Sukadev Bhattiprolu | 2015-09-13 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Define PERF_PMU_TXN_READ interface | Sukadev Bhattiprolu | 2015-09-13 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/core: Add a 'flags' parameter to the PMU transactional interfaces | Sukadev Bhattiprolu | 2015-09-13 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perf/abi: Document some more aspects of the perf ABI | Peter Zijlstra | 2015-09-13 |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 2015-11-03 |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-11-03 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-20 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Use acquire/release semantics | Davidlohr Bueso | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking/mutex: Use acquire/release semantics | Davidlohr Bueso | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at... | Davidlohr Bueso | 2015-10-06 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atomic: Implement atomic_read_ctrl() | Peter Zijlstra | 2015-09-23 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | atomic: Add atomic_long_t bitops | Peter Zijlstra | 2015-09-23 |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl... | Ingo Molnar | 2015-09-23 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|