aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-08futex: Implement lockless wakeupsDavidlohr Bueso1-16/+17
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra2-0/+92
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low4-23/+19
2015-05-08sched, timer: Provide an atomic 'struct task_cputime' data structureJason Low1-0/+17
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalabilityJason Low5-52/+62
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low1-0/+13
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low12-26/+26
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire1-2/+2
2015-05-08signals, ptrace, sched: Fix a misaligned load inside ptrace_attach()Palmer Dabbelt1-1/+1
2015-05-08sched/wait: Change wait_on_bit*() to take an unsigned long *, not a void *Palmer Dabbelt1-7/+10
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt2-12/+12
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra6-219/+222
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker1-1/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval1-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner3-20/+25
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson3-8/+6
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini4-1/+22
2015-05-06x86/fpu: Always restore_xinit_state() when use_eager_cpu()Bobby Powers1-5/+7
2015-05-05ipmi: Fix multi-part message handlingCorey Minyard1-13/+38
2015-05-05ipmi: Add alert handling to SSIFCorey Minyard1-16/+116
2015-05-05ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai1-2/+1
2015-05-05ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard1-1/+3
2015-05-05ipmi: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-05-05rtc: armada38x: fix concurrency access in armada38x_rtc_set_timeGregory CLEMENT1-12/+12
2015-05-05ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-05nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2-2/+2
2015-05-05util_macros.h: have array pointer point to array of constantsGuenter Roeck1-1/+1
2015-05-05configfs: init configfs module earlier at boot timeDaniel Baluta1-1/+1
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-05rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcPhilippe De Muyter3-0/+318