aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-09-30[PATCH] blktrace: support for logging metadata readsJens Axboe1-0/+1
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe3-0/+6
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe1-0/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-2/+1
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2-30/+0
2006-09-30[PATCH] elevator: define ioc counting mechanismJens Axboe1-0/+25
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-1/+1
2006-09-30[PATCH] struct request: shrink and optimize some moreJens Axboe1-7/+13
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe1-4/+4
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-8/+5
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe1-1/+2
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-2/+1
2006-09-30[PATCH] Add one more pointer to struct request for IO scheduler usageJens Axboe1-0/+6
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe1-0/+5
2006-09-30[PATCH] elevator: introduce a way to reuse rq for internal FIFO handlingJens Axboe1-0/+12
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2-2/+17
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe1-1/+1
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2-15/+4
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe2-82/+100
2006-09-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-2/+3
2006-09-30Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2006-09-30Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-5/+7
2006-09-29[ATM]: [lec] header indent, comment and whitespace cleanupChas Williams1-55/+64
2006-09-29[BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.Michael Chan1-0/+1
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore1-6/+5
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen1-5/+7
2006-09-29[PATCH] Access Control Lists for tmpfsAndreas Gruenbacher1-0/+24
2006-09-29[PATCH] Generic infrastructure for aclsAndreas Gruenbacher1-0/+36
2006-09-29[PATCH] /sys/modules: allow full length section namesIan S. Nelson1-2/+2
2006-09-29[PATCH] call mm/page-writeback.c:set_ratelimit() when new pages are hot-addedChandra Seetharaman1-0/+1
2006-09-29[PATCH] cpuset: top_cpuset tracks hotplug changes to node_online_mapPaul Jackson1-0/+4
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov1-0/+1
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov1-1/+0
2006-09-29[PATCH] lockdep: core, add enable/disable_irq_irqsave/irqrestore() APIsArjan van de Ven1-0/+16
2006-09-29[PATCH] cramfs: make cramfs_uncompress_exit() return voidAlexey Dobriyan1-1/+1
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett2-7/+7
2006-09-29[PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __...Josh Triplett1-2/+2
2006-09-29[PATCH] Make spinlock/rwlock annotations more accurate by using parameters, n...Josh Triplett1-25/+25
2006-09-29[PATCH] introduce is_rt_policy() helperOleg Nesterov1-2/+2
2006-09-29[PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH.Roland McGrath1-2/+2
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven1-1/+1
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe2-0/+5
2006-09-29[PATCH] make leds.h include relevant headersJohannes Berg1-0/+3
2006-09-29[PATCH] Remove another config.hDave Jones1-1/+0
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-0/+10
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev1-0/+1
2006-09-29[PATCH] tty locking on resizeAlan Cox1-1/+2
2006-09-29[PATCH] add -o flush for fatChris Mason1-0/+3
2006-09-29[PATCH] fs.h: ifdef security fieldsAlexey Dobriyan2-2/+7
2006-09-29[PATCH] reiserfs: ifdef ACL stuff from inodeAlexey Dobriyan2-1/+19
2006-09-29[PATCH] reiserfs: ifdef xattr_semAlexey Dobriyan2-0/+10
2006-09-29[PATCH] ifdef ->quota_read, ->quota_writeAlexey Dobriyan1-1/+2
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer1-0/+7
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2-3/+4
2006-09-29[PATCH] task_struct: ifdef Missed'em V IPCAlexey Dobriyan1-0/+2
2006-09-29[PATCH] Remove unused tty_struct fieldMatthias Urlichs1-1/+0
2006-09-29[PATCH] DMI: Decode and save OEM String informationShem Multinymous1-1/+2
2006-09-29[PATCH] vfs: define new lookup flag for chdirMiklos Szeredi1-0/+1
2006-09-29[PATCH] lockdep: don't pull in includes when lockdep disabledMichael S. Tsirkin1-2/+2
2006-09-29[PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn1-3/+2
2006-09-29[PATCH] scx200_gpio export cleanupsChris Boot1-0/+1
2006-09-29[PATCH] Make touch_nmi_watchdog imply touch_softlockup_watchdog on all archsMichal Schmidt1-1/+2
2006-09-29[PATCH] Debug variants of linked list macrosDave Jones1-0/+15
2006-09-29[PATCH] convert s390 page handling macros to functionsHeiko Carstens1-6/+5
2006-09-29[PATCH] JBD: Make journal_brelse_array() staticDave Kleikamp1-1/+0
2006-09-29[PATCH] sys_getcpu() prototype annotatedAl Viro1-1/+1
2006-09-29[PATCH] __percpu_alloc_mask() has to be __always_inline in UP caseAl Viro1-1/+1
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-0/+6
2006-09-28[NETFILTER]: h323 annotationsAl Viro1-3/+3
2006-09-28[NETFILTER]: ipt annotationsAl Viro1-1/+1
2006-09-28[NETFILTER]: NAT annotationsAl Viro1-1/+1
2006-09-28[NETFILTER]: conntrack annotationsAl Viro2-9/+9
2006-09-28[NETFILTER]: netfilter misc annotationsAl Viro2-4/+4
2006-09-28[NET]: Annotate dst_ops protocolAl Viro1-1/+1
2006-09-28[NET] KBUILD: Add missing entries for new net headers.YOSHIFUJI Hideaki1-0/+4
2006-09-28[NET]: Move netlink interface bits to linux/if_link.h.YOSHIFUJI Hideaki3-131/+137
2006-09-28[XFRM]: struct xfrm_usersa_id annotationsAl Viro1-1/+1
2006-09-28[XFRM]: struct xfrm_id annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_address_t annotationsAl Viro1-2/+2
2006-09-28[XFRM]: ports in struct xfrm_selector annotatedAl Viro1-4/+4
2006-09-28[IPV6]: sin6_port is net-endianAl Viro1-1/+1
2006-09-28[IPV6]: IPv6 headers annotationsAl Viro1-7/+7
2006-09-28[IPV6]: struct in6_addr annotationsAl Viro1-2/+2
2006-09-28[IPV4]: inet_diag annotationsAl Viro1-5/+5
2006-09-28[IPV4]: INET_MATCH() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: mroute annotationsAl Viro1-5/+5
2006-09-28[IPV4]: PIMv2 header annotationsAl Viro1-2/+2
2006-09-28[IPV4]: ICMP header annotationsAl Viro1-6/+6
2006-09-28[IPV4]: UDP header annotationsAl Viro1-4/+4
2006-09-28[IPV4]: ARP header annotatedAl Viro1-3/+3
2006-09-28[NET]: struct sock_exterr_skb annotationsAl Viro1-1/+1
2006-09-28[TCP]: struct tcp_sock .pred_flags is net-endianAl Viro1-1/+1
2006-09-28[TCP]: struct tcp_sack_block annotationsAl Viro1-0/+5
2006-09-28[IPV4]: TCP headers annotatedAl Viro1-8/+8
2006-09-28[IPV4]: trivial igmp annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_mc_sf_allow() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: struct ip_sf_list and struct ip_sf_socklist annotatedAl Viro1-2/+2
2006-09-28[IPV4]: IGMP on-the-wire data is net-endianAl Viro1-12/+12
2006-09-28[IPV4]: ip_mc_{inc,dec}_group() annotationsAl Viro1-2/+2
2006-09-28[IPV4]: annotate ipv4 address fields in struct ip_msfilter and struct ip_mreq...Al Viro1-6/+6
2006-09-28[TG3]: Add basic 5906 support.Michael Chan1-0/+2
2006-09-28[TG3]: Add 5722 and 5756 support.Michael Chan1-0/+2
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan6-43/+43
2006-09-28[SUNRPC]: svc_{get,put}nl()Alexey Dobriyan1-7/+24
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro1-5/+5
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro1-5/+5
2006-09-28[IPV4]: inet_addr_onlink() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: ip_check_mc() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: inet_select_addr() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: headers endiannessAl Viro1-7/+7
2006-09-28[TR]: endiannness annotationsAl Viro1-1/+1
2006-09-28[ATALK]: endianness annotationsAl Viro1-39/+1
2006-09-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/hwmon-2.6Linus Torvalds1-0/+1
2006-09-28USB: fix autosuspend when CONFIG_PM isn't setAlan Stern1-1/+1
2006-09-28hwmon: New driver k8tempRudolf Marek1-0/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2-1/+2
2006-09-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-163/+105
2006-09-27usbcore: add autosuspend/autoresume infrastructureAlan Stern1-0/+33
2006-09-27usbcore: store each usb_device's level in the treeAlan Stern1-0/+1
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-3/+0
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern1-0/+1
2006-09-27USB: remove struct usb_operationsAlan Stern1-4/+0
2006-09-27usbcore: help drivers to change device configsAlan Stern1-0/+3
2006-09-27USB core: Use const where possible.Luiz Fernando N. Capitulino1-9/+9
2006-09-27USB Storage: add rio karma eject supportMatthew Dharm1-0/+3
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino1-0/+14
2006-09-27USB: making the kernel -Wshadow clean - USB & completionJesper Juhl1-9/+9
2006-09-27USB: gmidi: New USB MIDI Gadget class driver.Ben Williamson2-0/+165
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern1-0/+3
2006-09-27usbcore: add usb_device_driver definitionAlan Stern1-7/+51
2006-09-27USB: move <linux/usb_otg.h> to <linux/usb/otg.h>David Brownell1-2/+2
2006-09-27[PATCH] add probe_kernel_address()Andrew Morton1-0/+22
2006-09-27[PATCH] fs/nfs/: make code staticAdrian Bunk1-4/+0
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-0/+2
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev2-7/+13
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap1-0/+4
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o3-10/+2
2006-09-27[PATCH] inode-diet: Move i_cdev into a unionTheodore Ts'o1-1/+1
2006-09-27[PATCH] inode-diet: Move i_bdev into a unionTheodore Ts'o1-1/+1
2006-09-27[PATCH] inode-diet: Move i_pipe into a unionTheodore Ts'o1-2/+3
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-3/+1
2006-09-27[PATCH] kdump: introduce "reset_devices" command line optionVivek Goyal1-0/+1
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-1/+1
2006-09-27[PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells1-0/+2
2006-09-27[PATCH] NOMMU: Set BDI capabilities for /dev/mem and /dev/kmemDavid Howells1-0/+2
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+0
2006-09-27[PATCH] do_no_pfn()Jes Sorensen1-0/+7
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter2-1/+6
2006-09-27[PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter1-0/+5
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter1-0/+7
2006-09-27[PATCH] own header file for struct pageHeiko Carstens3-61/+73
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton1-0/+1
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+2
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-0/+1
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2-1/+56
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+2
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp1-1/+1
2006-09-27[PATCH] ext3: More whitespace cleanupsDave Kleikamp3-7/+7
2006-09-27[PATCH] JBD: 16T fixesEric Sandeen1-2/+2
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2-33/+33
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6Linus Torvalds4-48/+1
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds5-2/+36
2006-09-27[MIPS] Remove EV96100 as previously announced.Ralf Baechle1-3/+0
2006-09-26PCI: add pci_stop_bus_deviceSatoru Takeuchi1-0/+1
2006-09-26PCI: Multiprobe sanitizerAlan Cox1-0/+2
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-1/+1
2006-09-26PCI-Express AER implemetation: AER core and aerdriverZhang, Yanmin2-0/+30
2006-09-26MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capabilityBrice Goglin1-0/+1
2006-09-26MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-1/+1
2006-09-26i2c: Drop unimplemented slave functionsJean Delvare1-12/+0
2006-09-26i2c: Let drivers constify i2c_algorithm dataDavid Brownell1-1/+1
2006-09-26i2c-algo-pcf: Discard the mdelay data struct memberAdrian Bunk1-1/+0
2006-09-26i2c-algo-bit: Discard the mdelay data struct memberJean Delvare1-1/+0
2006-09-26i2c-algo-sibyte: Merge into i2c-sibyteJean Delvare1-33/+0
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa2-157/+77
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds10-6/+62
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds7-82/+167
2006-09-26Merge branch 'master' into upstreamJeff Garzik28-253/+571
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-10/+14
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki1-0/+5
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki1-9/+0
2006-09-26[PATCH] swsusp: clean up suspend headerRafael J. Wysocki1-12/+3
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki2-8/+8
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-0/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-1/+4
2006-09-26[PATCH] add DIV_ROUND_UP()Steven Whitehouse1-0/+1
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-0/+3
2006-09-26[PATCH] Translate asm version of ELFNOTE macro into preprocessor macroIan Campbell1-15/+17
2006-09-26[PATCH] x86: put .note.* sections into a PT_NOTE segment in vmlinuxJeremy Fitzhardinge1-0/+88
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-0/+1
2006-09-26[PATCH] FRV: permit __do_IRQ() to be dispensed withDavid Howells1-0/+6
2006-09-26[PATCH] selinux: replace ctxid with sid in selinux_audit_rule_match interfaceStephen Smalley1-3/+3
2006-09-26[PATCH] selinux: rename selinux_ctxid_to_stringStephen Smalley1-4/+4
2006-09-26[PATCH] selinux: eliminate selinux_task_ctxidStephen Smalley1-15/+0
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-1/+6
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter3-0/+5
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2-3/+2
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter1-1/+1
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-0/+2