summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] avr32 architectureHaavard Skinnemoen2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interfaceStephen Smalley2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Define easier to handle GFP_THISNODEChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] update some mm/ commentsNick Piggin2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mm: non syncing lock_page()Nick Piggin2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] out of memory notifierMartin Schwidefsky2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] linearly index zone->node_zonelists[]Christoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Apply type enum zone_typeChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mempolicies: fix policy_zone checkChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] bootmem: remove useless parentheses in bootmem header fileFranck Bui-Huu2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] bootmem: remove useless __init in header fileFranck Bui-Huu2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mm/: make functions staticAdrian Bunk2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mm: balance dirty pagesPeter Zijlstra2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mm: tracking shared dirty pagesPeter Zijlstra2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] mm: VM_BUG_ONNick Piggin2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] update to the kernel kmap/kunmap APIJames Bottomley2006-09-26
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] trigger a syntax error if percpu macros are incorrectly usedJan Blunck2006-09-26
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller2006-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DCCP]: Introduce constants for CCID numbersIan McDonald2006-09-24
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DCCP]: Allow default/fallback service code.Gerrit Renker2006-09-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: Add dscp,DSCP headers to header-yYasuyuki Kozakai2006-09-24
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libata] No need for all those arch libata-portmap.h headersJeff Garzik2006-09-25
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] fix iptables __user misannotationsAl Viro2006-09-24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2006-09-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Allow file systems to manually d_move() inside of ->rename()Mark Fasheh2006-09-24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead netfilter_logging.h from include/linux/KbuildDavid Woodhouse2006-09-24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-09-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into upstreamJeff Garzik2006-09-24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] libata: improve handling of diagostic fail (and hardware that misrepo...Alan Cox2006-09-19