summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] rmap: additional diagnostics in page_remove_rmap()Dave Jones2006-01-081-0/+7
* [PATCH] mm: clean up local variablesTobias Klauser2006-01-082-7/+8
* [PATCH] set_page_count() macro safetyAvishay Traeger2006-01-081-1/+1
* [PATCH] mm: make hugepages obey cpusets.Christoph Lameter2006-01-081-1/+3
* [PATCH] cpusets: swap migration interfacePaul Jackson2006-01-083-2/+68
* [PATCH] SwapMig: Switch error handling in migrate_pages to use -ExxChristoph Lameter2006-01-081-22/+34
* [PATCH] SwapMig: Extend parameters for migrate_pages()Christoph Lameter2006-01-083-15/+32
* [PATCH] SwapMig: Drop unused pages immediatelyChristoph Lameter2006-01-081-0/+5
* [PATCH] SwapMig: add_to_swap() avoid atomic allocationsChristoph Lameter2006-01-083-5/+5
* [PATCH] SwapMig: CONFIG_MIGRATION fixesChristoph Lameter2006-01-082-78/+77
* [PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter2006-01-0811-5/+111
* [PATCH] Swap Migration V5: MPOL_MF_MOVE interfaceChristoph Lameter2006-01-082-20/+138
* [PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration supportChristoph Lameter2006-01-083-9/+20
* [PATCH] Swap Migration V5: migrate_pages() functionChristoph Lameter2006-01-082-34/+182
* [PATCH] Swap Migration V5: PF_SWAPWRITE to allow writing to swapChristoph Lameter2006-01-083-5/+4
* [PATCH] Swap Migration V5: LRU operationsChristoph Lameter2006-01-083-13/+112
* [PATCH] add schedule_on_each_cpu()Christoph Lameter2006-01-082-0/+20
* [PATCH] mm: free_pages optNick Piggin2006-01-081-28/+30
* [PATCH] mm: cleanup zone_pcpNick Piggin2006-01-081-8/+8
* [PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth2006-01-085-0/+81
* [PATCH] drop-pagecacheAndrew Morton2006-01-089-5/+107
* [PATCH] slab: remove nested #ifdef CONFIG_NUMAChristoph Lameter2006-01-081-2/+0
* [PATCH] slab: fix code formattingPekka Enberg2006-01-081-464/+500
* [PATCH] slab: extract slab order calculation to separate functionPekka Enberg2006-01-081-40/+49
* [PATCH] slab: extract slabinfo header printing to separate functionPekka Enberg2006-01-081-20/+25
* [PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg2006-01-083-8/+6
* [PATCH] Fix compilation with CONFIG_MEMORY_HOTPLUG=y and gcc41.Olaf Hering2006-01-081-7/+1
* [PATCH] ARM Netwinder watchdog wdt977 updateWoody Suwalski2006-01-081-75/+141
* [PATCH] small hp_sdc_rtc cleanup: use no_llseekMarcelo Tosatti2006-01-081-8/+1
* [PATCH] asm-generic/atomic.h needs types.hAndrew Morton2006-01-081-0/+1
* [PATCH] revert "mm: page_state fixes"Andrew Morton2006-01-081-1/+2
* [IPV6]: small cleanupsAdrian Bunk2006-01-072-1/+2
* [IPV4]: make ip_fragment() staticAdrian Bunk2006-01-072-3/+3
* [NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled.David S. Miller2006-01-071-0/+15
* [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.hJoe Kappus2006-01-071-0/+1
* [AX25/MKISS]: unbalanced spinlock_bh in ax_encaps()Francois Romieu2006-01-071-0/+1
* [NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy2006-01-078-0/+471
* [NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy2006-01-075-3/+70
* [NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy2006-01-076-9/+12
* [NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy2006-01-074-3/+32
* [NETFILTER]: Use conntrack information to determine if packet was NATedPatrick McHardy2006-01-071-15/+19
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-0711-12/+34
* [IPV4]: reset IPCB flags when neccessaryPatrick McHardy2006-01-074-5/+7
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-074-1/+47
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-0714-46/+42
* [XFRM]: Netfilter IPsec output hooksPatrick McHardy2006-01-074-70/+148
* [XFRM]: Fix sparse warning.Luiz Capitulino2006-01-071-1/+1
* [DCCP]: ipv6.c needs net/ip6_checksum.cDavid S. Miller2006-01-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-0722-616/+1028
|\
| * Input: ibmasm - convert to dynamic input_dev allocationVernon Mauery2006-01-072-34/+48