aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtmutex.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker1-0/+1
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker2-8/+20
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker2-14/+25
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker1-22/+22
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker3-31/+67
2013-08-14vtime: Describe overriden functions in dedicated arch headersFrederic Weisbecker7-3/+14
2013-08-14m68k: hardirq_count() only need preempt_mask.hFrederic Weisbecker1-1/+1
2013-08-14hardirq: Split preempt count mask definitionsFrederic Weisbecker2-116/+123
2013-08-14context_tracking: Split low level state headersFrederic Weisbecker2-30/+40
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: User/kernel broundary cross trace eventsFrederic Weisbecker2-0/+63
2013-08-14context_tracking: Optimize context switch off case with static keysFrederic Weisbecker2-5/+12
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker3-23/+21
2013-08-14context_tracking: Optimize main APIs off case with static keyFrederic Weisbecker2-11/+28
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker3-6/+29
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trackingFrederic Weisbecker2-7/+22
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker3-0/+13
2013-08-13context_tracking: Fix runtime CPU off-caseFrederic Weisbecker1-19/+33
2013-08-13vtime: Update a few commentsFrederic Weisbecker2-6/+11
2013-08-13context_tracing: Fix guest accounting with native vtimeFrederic Weisbecker2-32/+26
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker2-5/+2
2013-08-11Linux 3.11-rc5Linus Torvalds1-1/+1
2013-08-09btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-09Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2-5/+5
2013-08-09Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-09Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-08-09Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-09Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-08-09Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-08-09Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-08-09Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12
2013-08-09btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-08-09dlm: kill the unnecessary and wrong device_close()->recalc_sigpending()Oleg Nesterov1-1/+0
2013-08-09Revert "HID: hid-logitech-dj: querying_devices was never set"Jiri Kosina1-2/+0
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling3-0/+27
2013-08-09powerpc: Save the TAR register earlierMichael Neuling3-9/+19
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling2-25/+60
2013-08-09powerpc: Rework setting up H/FSCR bit definitionsMichael Neuling1-11/+20
2013-08-09powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling1-2/+3
2013-08-09powerpc/kvm/book3s_pr: Return appropriate error when allocation failsThadeu Lima de Souza Cascardo1-2/+3
2013-08-09powerpc/kvm: Add signed type cast for comparationChen Gang1-2/+2
2013-08-09powerpc/eeh: Add missing procfs entry for PowerNVMike Qiu1-1/+1
2013-08-09powerpc/pseries: Add backward compatibilty to read old kernel oops-logAruna Balakrishnaiah1-4/+14
2013-08-09powerpc/pseries: Fix buffer overflow when reading from pstoreAruna Balakrishnaiah1-46/+24
2013-08-09powerpc: On POWERNV enable PPC_DENORMALISATION by defaultAnton Blanchard1-1/+1
2013-08-08userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov2-0/+5