summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Jason Low2014-05-221-23/+46
* sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang2014-05-221-9/+2Star
* sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann2014-05-221-2/+0Star
* sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot2014-05-221-1/+1
* sched: Call select_idle_sibling() when not affine_sdRik van Riel2014-05-221-3/+3
* sched: Simplify return logic in sched_read_attr()Michael Kerrisk2014-05-221-7/+2Star
* sched: Simplify return logic in sched_copy_attr()Michael Kerrisk2014-05-221-4/+2Star
* sched: Fix exec_start/task_hot on migrated tasksBen Segall2014-05-221-0/+3
* Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar2014-05-226-31/+78
|\
| * sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-222-3/+4
| * sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-1/+8
| * sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-12/+27
| * sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-05-221-7/+30
| * sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-05-221-6/+3Star
| * sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-05-221-0/+3
| * sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-05-221-2/+3
* | Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2014-05-225-35/+59
|\ \
| * | PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki2014-05-073-1/+48
| * | cpuidle / menu: move repeated correction factor check to initChander Kashyap2014-05-011-7/+8
| * | cpuidle / menu: Return (-1) if there are no suitable statesRafael J. Wysocki2014-05-011-1/+1
| * | cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki2014-05-013-38/+13Star
* | | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-22918-5767/+10052
|\ \ \
| * | | Linux 3.15-rc6Linus Torvalds2014-05-211-1/+1
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-05-212-4/+2Star
| |\ \ \
| | * | | powerpc: irq work racing with timer interrupt can result in timer interrupt hangAnton Blanchard2014-05-121-3/+0Star
| | * | | powerpc/powernv: Reset root port in firmwareGavin Shan2014-05-121-1/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-212-2/+6
| |\ \ \ \
| | * | | | Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana2014-05-201-1/+1
| | * | | | Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-201-1/+5
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-05-212-1/+24
| |\ \ \ \ \
| | * | | | | crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
| | * | | | | libceph: fix corruption when using page_count 0 page in rbdChunwei Chen2014-05-161-1/+19
| * | | | | | Merge tag 'xfs-for-linus-3.15-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-05-215-25/+27
| |\ \ \ \ \ \
| | * | | | | | xfs: list_lru_init returns a negative errorDave Chinner2014-05-151-12/+14
| | * | | | | | xfs: negate xfs_icsb_init_counters error value Dave Chinner2014-05-151-1/+1
| | * | | | | | xfs: negate mount workqueue init error valueDave Chinner2014-05-151-1/+1
| | * | | | | | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
| | * | | | | | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
| | * | | | | | xfs: correct error sign on COLLAPSE_RANGE errorsDave Chinner2014-05-151-2/+2
| | * | | | | | xfs: xfs_commit_metadata returns wrong errnoDave Chinner2014-05-151-1/+1
| | * | | | | | xfs: fix incorrect error sign in xfs_file_aio_readDave Chinner2014-05-151-1/+1
| | * | | | | | xfs: xfs_dir_fsync() returns positive errnoDave Chinner2014-05-151-1/+1
| | |/ / / / /
| * | | | | | Merge branch 'renameat2' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-2110-5/+16
| |\ \ \ \ \ \
| | * | | | | | scripts/checksyscalls.sh: Make renameat optionalJames Hogan2014-05-201-1/+4
| | * | | | | | asm-generic: Add renameat2 syscallJames Hogan2014-05-201-1/+3
| | * | | | | | ia64: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
| | * | | | | | parisc: add renameat2 syscallMiklos Szeredi2014-05-202-1/+3
| | * | | | | | m68k: add renameat2 syscallMiklos Szeredi2014-05-203-1/+3
| * | | | | | | Merge tag 'iommu-fixes-v3.15-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-05-213-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | iommu/amd: fix enabling exclusion range for an exact deviceSu Friendy2014-05-131-1/+1