aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-10-01[PATCH] Generic ioremap_page_range: implementationHaavard Skinnemoen1-0/+4
2006-10-01[PATCH] stack overflow safe kdump: safe_smp_processor_id()Fernando Vazquez1-0/+2
2006-10-01[PATCH] r/o bind mounts: monitor zeroing of i_nlinkDave Hansen1-0/+5
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+6
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+6
2006-10-01[PATCH] csa accounting taskstats updateJay Lan2-10/+32
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan3-5/+7
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan2-0/+20
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan2-5/+43
2006-10-01[PATCH] Add genetlink utilities for payload length calculationBalbir Singh1-0/+18
2006-10-01[PATCH] clean up unused kiocb variablesChen, Kenneth W1-2/+0
2006-10-01[PATCH] Add vector AIO supportBadari Pulavarty3-0/+11
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-5/+0
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-6/+0
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty4-10/+13
2006-10-01[PATCH] reiserfs: on-demand bitmap loadingJeff Mahoney1-1/+0
2006-10-01[PATCH] reiserfs: reorganize bitmap loading functionsJeff Mahoney1-0/+4
2006-10-01[PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap inf...Jeff Mahoney1-0/+1
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-3/+0
2006-10-01[PATCH] kernel/time/ntp.c: possible cleanupsAdrian Bunk1-6/+0
2006-10-01[PATCH] ntp: cleanup defines and commentsRoman Zippel5-24/+3
2006-10-01[PATCH] ntp: convert to the NTP4 reference modelRoman Zippel1-6/+5
2006-10-01[PATCH] ntp: convert time_freq to nsec valueRoman Zippel1-0/+2
2006-10-01[PATCH] ntp: remove time_toleranceRoman Zippel1-1/+0
2006-10-01[PATCH] ntp: add time_adjust to tick lengthRoman Zippel1-1/+0
2006-10-01[PATCH] ntp: prescale time_offsetRoman Zippel1-1/+1
2006-10-01[PATCH] ntp: add ntp_update_frequencyRoman Zippel1-12/+2
2006-10-01[PATCH] NTP: Move all the NTP related code to ntp.cjohn stultz1-2/+8
2006-10-01[PATCH] Pass sparse the lock expression given to lock annotationsJosh Triplett1-4/+4
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-2/+2
2006-10-01[PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hRolf Eike Beer1-2/+2
2006-10-01[PATCH] update legacy io handling for pmacOlaf Hering1-0/+2
2006-10-01[PATCH] IPMI: per-channel command registrationCorey Minyard1-4/+44
2006-10-01[PATCH] Move ncpfs 32bit compat ioctl to ncpfsPetr Vandrovec2-12/+1
2006-10-01[PATCH] Prevent multiple inclusion of linux/sysrq.hThomas Petazzoni1-0/+4
2006-10-01[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Olaf Hering4-18/+0
2006-10-01[PATCH] synclink_gt: add bisync and monosync modesPaul Fulghum1-1/+3
2006-10-01[PATCH] Directed yield: direct yield of spinlocks for s390.Martin Schwidefsky3-13/+27
2006-10-01[PATCH] Directed yield: direct yield of spinlocks for powerpcMartin Schwidefsky1-3/+3
2006-10-01[PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky15-0/+60
2006-10-01[PATCH] Create fs/utimes.cAlexey Dobriyan2-0/+3
2006-10-01[PATCH] kmemdup: introduceAlexey Dobriyan1-0/+1
2006-10-01[PATCH] maximum latency tracking: ALSA supportTakashi Iwai1-0/+1
2006-10-01[PATCH] maximum latency tracking infrastructureArjan van de Ven1-0/+25
2006-10-01[PATCH] Generic booleanRichard Knutsson2-0/+8
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey1-2/+2
2006-10-01[PATCH] hot-add-mem x86_64: fixup externsKeith Mannthey2-0/+4
2006-10-01[PATCH] PCI quirks updateAlan Cox1-2/+3
2006-09-30[PATCH] scsi: device_reprobe() can failAndrew Morton1-2/+2
2006-09-30[PATCH] CONFIG_BLOCK: blk_congestion_wait() fixAndrew Morton1-2/+5
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells10-18/+94
2006-09-30[PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [tr...David Howells1-0/+6
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...David Howells1-0/+9
2006-09-30[PATCH] BLOCK: Move common FS-specific ioctls to linux/fs.h [try #6]David Howells4-47/+104
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells1-6/+0
2006-09-30[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]David Howells2-6/+2
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2-0/+4
2006-09-30[PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6]David Howells1-1/+0
2006-09-30[PATCH] BLOCK: Move functions out of buffer code [try #6]David Howells3-3/+5
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 Axboe3-83/+101
2006-09-30Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds6-9/+28
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 Torvalds5-8/+28
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 Moore3-9/+14
2006-09-30[PATCH] Use early clobber in semaphoresAndi Kleen1-2/+2
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen1-5/+7
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen2-0/+13
2006-09-30[PATCH] Add proper sparse __user casts to __copy_to_user_inatomicAndi Kleen1-1/+6
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 Nemoto6-6/+6
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] Use valid_dma_direction() in include/asm-i386/dma-mapping.hRolf Eike Beer1-6/+6
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer2-7/+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] OMAP: Add keypad driverKomal Shah1-0/+3
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] Let WARN_ON/WARN_ON_ONCE return the conditionHerbert Xu2-21/+23
2006-09-29[PATCH] Make touch_nmi_watchdog imply touch_softlockup_watchdog on all archsMichal Schmidt2-4/+2
2006-09-29[PATCH] Debug variants of linked list macrosDave Jones1-0/+15
2006-09-29[PATCH] uml: remove pte_mkexecJeff Dike1-6/+0
2006-09-29[PATCH] convert i386 Summit subarch to use SRAT info for apicid_to_node callskeith mannthey2-1/+3
2006-09-29[PATCH] convert s390 page handling macros to functionsHeiko Carstens2-50/+45
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 Moore3-2/+11
2006-09-28[IPVS]: ipvs annotationsAl Viro1-34/+34
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 Viro2-2/+2
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[IrDA]: Memory allocations cleanupsSamuel Ortiz3-4/+39
2006-09-28[XFRM]: fl_ipsec_spi is net-endianAl Viro1-1/+1
2006-09-28[XFRM]: struct xfrm_usersa_id annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_replay_advance() annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xrfm_replay_check() annotationsAl Viro1-2/+2
2006-09-28[XFRM]: xfrm_parse_spi() annotationsAl Viro1-1/+1
2006-09-28[XFRM]: struct xfrm_id annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_state_lookup() annotationsAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_alloc_spi() annotatedAl Viro1-1/+1
2006-09-28[XFRM]: xfrm_address_t annotationsAl Viro1-2/+2
2006-09-28[XFRM]: addr_match() annotationsAl Viro1-3/+3
2006-09-28[XFRM]: ports in struct xfrm_selector annotatedAl Viro1-4/+4
2006-09-28[XFRM]: xfrm_flowi_[sd]port() annotationsAl 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 Viro2-5/+5
2006-09-28[IPV4]: inet_diag annotationsAl Viro1-5/+5
2006-09-28[IPV4]: inet_rcv_saddr() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: struct inet_timewait_sock annotationsAl Viro1-4/+4
2006-09-28[IPV4]: annotate inet_lookup() and friendsAl Viro2-16/+16
2006-09-28[IPV4]: INET_MATCH() annotationsAl Viro2-12/+26
2006-09-28[IPV4]: net/ipv4/fib 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]: inet_csk_search_req() annotationsAl Viro1-1/+1
2006-09-28[IPV4] net/ipv4/arp.c: trivial annotationsAl Viro1-4/+4
2006-09-28[IPV4]: ARP header annotatedAl Viro1-3/+3
2006-09-28[IPV4]: struct inet_request_sock annotationsAl Viro1-1/+1
2006-09-28[IPV4]: route.h annotationsAl Viro1-2/+2
2006-09-28[IPV4]: ip_icmp_error() annotationsAl Viro1-1/+1
2006-09-28[NET]: struct sock_exterr_skb annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_local_error() annotationsAl Viro1-1/+1
2006-09-28[NET]: ip ports in struct flowi are net-endianAl Viro1-2/+2
2006-09-28[IPV4]: ports in struct inet_sock are net-endianAl Viro1-2/+2
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[IPV4]: ip_local_error() ipv4 address argument annotatedAl Viro1-1/+1
2006-09-28[IPV4]: struct ipcm_cookie annotationAl Viro1-1/+1
2006-09-28[IPV4]: struct ip_options annotationsAl Viro1-1/+1
2006-09-28[IPV4]: inet_csk_search_req() (partial) annotationsAl Viro1-2/+2
2006-09-28[IPV4]: annotate address in inet_request_sockAl Viro1-2/+2
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[Bluetooth] Support create connection cancel commandMarcel Holtmann2-3/+12
2006-09-28[Bluetooth] Read local version information on device initMarcel Holtmann1-0/+3
2006-09-28[Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann1-0/+2