aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22[S390] hibernate: Do real CPU swap at resume timeMichael Holzheu5-69/+71
2009-09-22[S390] dasd: tolerate devices that have no feature codesStefan Weinhuber1-7/+6
2009-09-22[S390] zcrypt: Do not add/remove devices in s/r callbacksFelix Beck1-11/+29
2009-09-22[S390] hibernate: make sure pfn_is_nosave handles lowcore pagesHeiko Carstens2-17/+9
2009-09-22[S390] smp: introduce LC_ORDER and simplify lowcore handlingHeiko Carstens2-10/+10
2009-09-22[S390] ptrace: use common code for simple peek/poke operationsChristian Borntraeger1-15/+4
2009-09-22[S390] fix disabled_wait inline assembly clobber listHeiko Carstens1-1/+1
2009-09-22[S390] Change kernel_page_present coding style.Heiko Carstens1-10/+7
2009-09-22[S390] hibernation: reset system after resumeHeiko Carstens1-2/+40
2009-09-22[S390] hibernation: fix guest page hinting related crashHeiko Carstens2-8/+51
2009-09-22[S390] Get rid of init_module/delete_module compat functions.Heiko Carstens3-41/+8
2009-09-22[S390] Convert sys_execve to function with parameters.Heiko Carstens6-39/+39
2009-09-22[S390] Convert sys_clone to function with parameters.Heiko Carstens6-28/+13
2009-09-22[S390] qdio: change state of all primed input buffersJan Glauber1-0/+2
2009-09-22[S390] qdio: reduce per device debug messagesJan Glauber1-18/+12
2009-09-22[S390] cio: introduce consistent subchannel scanningSebastian Ott3-106/+51
2009-09-22[S390] cio: idset use actual number of ssidsSebastian Ott3-14/+15
2009-09-22[S390] cio: dont kfree vmalloced memorySebastian Ott1-2/+2
2009-09-22[S390] cio: introduce css_settleSebastian Ott3-12/+25
2009-09-22[S390] cio: introduce css_eval_scheduledSebastian Ott3-0/+27
2009-09-22[S390] cio: merge init callsSebastian Ott3-25/+61
2009-09-21Driver-Core: fix devnode callbacks for dabusb and industrialioIngo Molnar2-4/+4
2009-09-21nfs: initialize the backing_dev_info when creating the serverJens Axboe1-4/+6
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe1-1/+10
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe1-1/+1
2009-09-21nfs: nfs_kill_super() should call bdi_unregister() after killing superJens Axboe1-1/+1
2009-09-21perf: Tidy up after the big renameIngo Molnar8-76/+534
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar132-2452/+2452
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar2-37/+37
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar2-38/+37
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams5-16/+44
2009-09-21perf_counter, powerpc, sparc: Fix compilation after perf_counter_overflow() changePaul Mackerras3-21/+2
2009-09-21drm/vgaarb: add VGA arbitration support to the drm and kms.Dave Airlie13-1/+133
2009-09-21drm/radeon: some r420s have a CP race with the DMA engine.Alex Deucher2-0/+26
2009-09-21drm/radeon/r600/kms: rv670 is not DCE3Alex Deucher1-1/+1
2009-09-21drm/radeon/kms: r420 idle after programming GA_ENHANCEDave Airlie1-0/+5
2009-09-21drm/radeon/kms: more fixes to rv770 suspend/resume path.Dave Airlie2-10/+12
2009-09-20loongson: fix cut-and-paste mis-mergeLinus Torvalds1-1/+1
2009-09-20x86: Print the hypervisor returned tsc_khz during bootAlok Kataria1-0/+6
2009-09-20x86: Correct segment permission flags in 64-bit linker scriptJan Beulich1-2/+2
2009-09-20x86: cpuinit-annotate SMP boot trampolines properlyJan Beulich3-10/+7
2009-09-20x86: Increase timeout for EHCI debug port reset completion in early printkJan Beulich1-1/+1
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang1-1/+1
2009-09-20x86: Fix uaccess_32.h typoSergey Senozhatsky1-1/+1
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras3-3/+1
2009-09-20x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov3-3/+16
2009-09-20x86/i386: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan1-21/+24
2009-09-20x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches1-6/+6
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton3-10/+10