| Commit message (Expand) | Author | Files | Lines |
2015-05-08 | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low | 1 | -0/+17 |
2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 5 | -52/+62 |
2015-05-08 | sched/numa: Document usages of mm->numa_scan_seq | Jason Low | 1 | -0/+13 |
2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 12 | -26/+26 |
2015-05-08 | sched/core: Remove unnecessary down/up conversion | Nicholas Mc Guire | 1 | -2/+2 |
2015-05-08 | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt | 1 | -1/+1 |
2015-05-08 | sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void * | Palmer Dabbelt | 1 | -7/+10 |
2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 2 | -12/+12 |
2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 6 | -219/+222 |
2015-05-08 | sched/core: Remove __cpuinit section tag that crept back in | Paul Gortmaker | 1 | -1/+1 |
2015-05-08 | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval | 1 | -16/+12 |
2015-05-08 | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 3 | -20/+25 |
2015-05-06 | pinctrl: Don't just pretend to protect pinctrl_maps, do it for real | Doug Anderson | 3 | -8/+6 |
2015-05-06 | xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM | Stefano Stabellini | 4 | -1/+22 |
2015-05-06 | x86/fpu: Always restore_xinit_state() when use_eager_cpu() | Bobby Powers | 1 | -5/+7 |
2015-05-06 | ipmi: Fix multi-part message handling | Corey Minyard | 1 | -13/+38 |
2015-05-06 | ipmi: Add alert handling to SSIF | Corey Minyard | 1 | -16/+116 |
2015-05-06 | ipmi: Fix a problem that messages are not issued in run_to_completion mode | Hidehiro Kawai | 1 | -2/+1 |
2015-05-06 | ipmi: Report an error if ACPI _IFT doesn't exist | Corey Minyard | 1 | -1/+3 |
2015-05-06 | ipmi: Remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2015-05-06 | rtc: armada38x: fix concurrency access in armada38x_rtc_set_time | Gregory CLEMENT | 1 | -12/+12 |
2015-05-06 | ocfs2: dlm: fix race between purge and get lock resource | Junxiao Bi | 1 | -0/+13 |
2015-05-06 | nilfs2: fix sanity check of btree level in nilfs_btree_root_broken() | Ryusuke Konishi | 2 | -2/+2 |
2015-05-06 | util_macros.h: have array pointer point to array of constants | Guenter Roeck | 1 | -1/+1 |
2015-05-06 | configfs: init configfs module earlier at boot time | Daniel Baluta | 1 | -1/+1 |
2015-05-06 | mm/hwpoison-inject: check PageLRU of hpage | Naoya Horiguchi | 1 | -3/+3 |
2015-05-06 | mm/hwpoison-inject: fix refcounting in no-injection case | Naoya Horiguchi | 1 | -2/+5 |
2015-05-06 | mm: soft-offline: fix num_poisoned_pages counting on concurrent events | Naoya Horiguchi | 1 | -4/+4 |
2015-05-06 | rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtc | Philippe De Muyter | 3 | -0/+318 |