aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-30[PATCH] remove timer debug fieldAndrew Morton1-5/+0
2005-10-30[PATCH] remove some more check_region stuffJeff Garzik4-12/+0
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz1-0/+7
2005-10-30[PATCH] Add kthread_stop_sem()Alan Stern1-0/+12
2005-10-30[PATCH] introduce setup_timer() helperOleg Nesterov1-0/+9
2005-10-30[PATCH] ext3: Fix unmapped buffers in transaction's listsJan Kara1-0/+1
2005-10-30[PATCH] s390: export ipl device parametersHeiko Carstens1-0/+50
2005-10-30[PATCH] uml: remove old UM_FASTCALL, and make the thing work againPaolo 'Blaisorblade' Giarrusso1-0/+8
2005-10-30[PATCH] uml: reuse i386 cpu-specific tuningPaolo 'Blaisorblade' Giarrusso1-4/+15
2005-10-30[PATCH] m32r: fix #if warningsHirokazu Takata1-1/+1
2005-10-30[PATCH] introduce .valid callback for pm_opsShaohua Li1-0/+1
2005-10-30[PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki1-2/+1
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki1-0/+6
2005-10-30[PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu.Ashok Raj1-0/+1
2005-10-30[PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPTIngo Molnar1-6/+25
2005-10-30[PATCH] Clean up mtrr compat ioctl codeBrian Gerst1-0/+33
2005-10-30[PATCH] i386: move apic init in init_IRQsEric W. Biederman4-23/+3
2005-10-30[PATCH] ES7000 platform updateNatalie.Protasevich@unisys.com1-1/+1
2005-10-30[PATCH] x86: add an accessor function for getting the per-CPU gdtZachary Amsden1-3/+5
2005-10-30[PATCH] i386: little pgtable.h consolidation vs 2/3levelPaolo 'Blaisorblade' Giarrusso3-10/+5
2005-10-30[PATCH] x86: cmpxchg improvementsJan Beulich1-3/+30
2005-10-30[PATCH] SELinux: canonicalize getxattr()James Morris1-4/+7
2005-10-30[PATCH] CONFIG_IA32Brian Gerst1-1/+1
2005-10-30[libata] change ata_qc_complete() to take error mask as second argJeff Garzik1-2/+26
2005-10-30Merge branch 'master'Jeff Garzik38-238/+521
2005-10-29Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+13
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen3-0/+130
2005-10-29[PATCH] memory hotplug locking: zone span seqlockDave Hansen2-2/+52
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen2-0/+46
2005-10-29[PATCH] memory hotplug prep: __section_nr helperDave Hansen1-0/+1
2005-10-29[PATCH] memory hotplug prep: kill local_mapnrDave Hansen4-21/+0
2005-10-29[PATCH] mm: update comments to pte lockHugh Dickins2-3/+2
2005-10-29[PATCH] mm: fix rss and mmlist lockingHugh Dickins1-4/+38
2005-10-29[PATCH] mm: split page table lockHugh Dickins2-11/+41
2005-10-29[PATCH] mm: parisc pte atomicityHugh Dickins1-16/+19
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins1-8/+12
2005-10-29[PATCH] mm: kill check_user_page_readableHugh Dickins1-1/+0
2005-10-29[PATCH] mm: rmap with inner ptlockHugh Dickins1-2/+2
2005-10-29[PATCH] mm: unmap_vmas with inner ptlockHugh Dickins2-3/+1
2005-10-29[PATCH] mm: flush_tlb_range outside ptlockHugh Dickins1-1/+2
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins2-2/+3
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins1-0/+18
2005-10-29[PATCH] mm: ptd_alloc inline and outHugh Dickins2-27/+22
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-1/+1
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-1/+2
2005-10-29[PATCH] mm: mm_struct hiwaters movedHugh Dickins1-10/+9
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins2-3/+10
2005-10-29[PATCH] core remove PageReservedNick Piggin1-2/+3
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins1-1/+3
2005-10-29[PATCH] mm: tlb_finish_mmu forget rssHugh Dickins5-66/+16