summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | genirq/affinity: Provide smarter irq spreading infrastructureThomas Gleixner2016-09-141-0/+149
| | * | | | | | | | | | genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner2016-09-141-2/+24
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner2016-09-14129-3937/+6151
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | genirq: Expose interrupt information through sysfsCraig Gallek2016-09-141-2/+191
| * | | | | | | | | | genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov2016-09-062-4/+2
| * | | | | | | | | | genirq: Update stale comment for __irq_domain_addPunit Agrawal2016-09-051-4/+2
| * | | | | | | | | | genirq/generic_chip: Verify irqs_per_chip <= 32Sebastian Frias2016-09-021-8/+8
| * | | | | | | | | | irqdomain: Mask irq type in irq_domain_xlate_onetwocell()Sebastian Frias2016-09-021-1/+4
| * | | | | | | | | | genirq/generic_chip: Add irq_unmap callbackSebastian Frias2016-09-021-0/+21
| * | | | | | | | | | genirq/generic_chip: Get rid of code duplicationSebastian Frias2016-09-021-15/+19
| * | | | | | | | | | genirq: Remove export of irq_map_generic_chip()Thomas Gleixner2016-09-021-1/+0
| * | | | | | | | | | genirq: Robustify handle_percpu_devid_irq()Thomas Gleixner2016-09-021-4/+14
* | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-035-9/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li2016-09-131-2/+5
| * | | | | | | | | | | Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar2016-09-089-37/+94
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2016-08-311-1/+1
| * | | | | | | | | | | | time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum2016-08-311-1/+1
| * | | | | | | | | | | | timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi2016-08-311-0/+2
| * | | | | | | | | | | | clocksource: Defer override invalidation unless clock is unstableKyle Walker2016-08-311-3/+12
| * | | | | | | | | | | | hrtimer: Spelling fixesPratyush Patel2016-08-311-2/+2
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-141-0/+7
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-036-31/+233
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-305-24/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_V...Andy Lutomirski2016-09-161-9/+53
| * | | | | | | | | | | | sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-162-1/+38
| * | | | | | | | | | | | kthread: Pin the stack via try_get_task_stack()/put_task_stack() in to_live_k...Oleg Nesterov2016-09-161-2/+6
| * | | | | | | | | | | | sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-0/+4
| * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-1522-63/+260
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched: Remove __schedule() non-standard frame annotationBrian Gerst2016-08-241-1/+0
| * | | | | | | | | | | | | ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf2016-08-241-0/+58
| * | | | | | | | | | | | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+4
| * | | | | | | | | | | | | ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf2016-08-241-0/+2
| * | | | | | | | | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-242-6/+1
| * | | | | | | | | | | | | fork: Add generic vmalloced stack supportAndy Lutomirski2016-08-241-20/+76
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-0314-681/+1083
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker2016-09-301-15/+11
| * | | | | | | | | | | | | | sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker2016-09-302-55/+29
| * | | | | | | | | | | | | | sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker2016-09-301-6/+5
| * | | | | | | | | | | | | | sched/irqtime: No need for preempt-safe accessorsFrederic Weisbecker2016-09-301-2/+2
| * | | | | | | | | | | | | | sched/fair: Fix min_vruntime trackingPeter Zijlstra2016-09-301-7/+22
| * | | | | | | | | | | | | | sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2016-09-302-6/+10
| * | | | | | | | | | | | | | sched/core: Fix set_user_nice()Peter Zijlstra2016-09-301-1/+7
| * | | | | | | | | | | | | | sched/fair: Introduce set_curr_task() helperPeter Zijlstra2016-09-302-5/+10
| * | | | | | | | | | | | | | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-1/+1
| * | | | | | | | | | | | | | sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot2016-09-301-10/+10
| * | | | | | | | | | | | | | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-303-7/+43
| * | | | | | | | | | | | | | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-304-47/+231
| * | | | | | | | | | | | | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-303-20/+18
OpenPOWER on IntegriCloud