aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds1-0/+41
2012-06-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+15
2012-06-05radix-tree: fix contiguous iteratorKonstantin Khlebnikov1-1/+4
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+13
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+3
2012-06-05drm/radeon/kms: add new SI PCI idsAlex Deucher1-2/+3
2012-06-05drm/radeon/kms: add new BTC PCI idsAlex Deucher1-0/+2
2012-06-05drm/radeon/kms: add new Palm, Sumo PCI idsAlex Deucher1-0/+2
2012-06-05drm/radeon/kms: add new Trinity PCI idsAlex Deucher1-0/+8
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+144
2012-06-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2012-06-04i2c: Add generic I2C multiplexer using pinctrl APIStephen Warren1-0/+41
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds1-19/+0
2012-06-03vfs: move inode stat information closer togetherLinus Torvalds1-3/+3
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+34
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+9
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds6-9/+160
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds3-17/+27
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+35
2012-06-01cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore1-1/+28
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-181/+63
2012-06-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-3/+58
2012-06-01new helper: signal_delivered()Al Viro1-1/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2-2/+3
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+2
2012-06-01new helper: sigmask_to_save()Al Viro1-0/+8
2012-06-01new helper: restore_saved_sigmask()Al Viro1-0/+6
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+12
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro1-0/+4
2012-06-01vfs: retry last component if opening stale dentryMiklos Szeredi1-0/+1
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+9
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+11
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-1/+1
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro1-4/+3
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-20/+48
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-11/+9
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds20-75/+212
2012-05-31c/r: prctl: add ability to set new mm_struct::exe_fileCyrill Gorcunov1-0/+1
2012-05-31c/r: prctl: extend PR_SET_MM to set up more mm_struct entriesCyrill Gorcunov1-0/+5
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov2-0/+19
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2-4/+11
2012-05-31eventfd: change int to __u64 in eventfd_signal()Sha Zhengju1-1/+1
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine3-0/+68
2012-05-31mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro1-0/+2
2012-05-31mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro1-3/+3
2012-05-31ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford1-12/+35
2012-05-31ipc/mqueue: switch back to using non-max values on createDoug Ledford1-0/+2
2012-05-31ipc/mqueue: cleanup definition names and locationsDoug Ledford1-0/+5
2012-05-31kexec: export kexec.h to user spacemaximilian attems2-22/+54
2012-05-31cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov1-0/+1
2012-05-31cred: remove task_is_dead() from __task_cred() validationOleg Nesterov1-7/+3
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh1-28/+2
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh1-4/+0
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy1-1/+2
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko1-0/+4
2012-05-31introduce SIZE_MAXXi Wang3-3/+4
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-1/+1
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields2-1/+9
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+1
2012-05-31net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum1-0/+6
2012-05-31Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6Linus Torvalds3-9/+62
2012-05-31Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+151
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-6/+3
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-6/+11
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-16/+20
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Al Viro1-1/+2
2012-05-30fsnotify: handle subfiles' perm eventsNaohiro Aota1-1/+1
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2-5/+1
2012-05-30netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches1-4/+4
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-34/+35
2012-05-30Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2012-05-30Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+28
2012-05-30Merge branch 'for-3.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+13
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-38/+69
2012-05-30Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2-2/+2
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-0/+1
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-2/+3
2012-05-30watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede1-0/+5
2012-05-30watchdog: Add Locking supportHans de Goede1-0/+5
2012-05-30watchdog: create all the proper device filesAlan Cox1-0/+4
2012-05-30watchdog: Add a flag to indicate the watchdog doesn't reboot thingsAlan Cox1-0/+2
2012-05-30watchdog: Add multiple device supportAlan Cox1-0/+6
2012-05-30watchdog: Add watchdog_active() routineViresh Kumar1-0/+6
2012-05-29brlocks/lglocks: turn into functionsAndi Kleen1-99/+26
2012-05-29lglock: remove online variants of lockRusty Russell1-56/+2
2012-05-29->encode_fh() API changeAl Viro1-2/+2
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-0/+3
2012-05-29net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman1-0/+3
2012-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-22/+160
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-3/+4
2012-05-29rtc: ds1307: add trickle charger supportWolfram Sang1-0/+22
2012-05-29rtc: add ioctl to get/clear battery low voltage statusAlexander Stein1-0/+3
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd1-0/+7
2012-05-29include/linux/led-lm3530.h: comment correction about the range of brightnessKim, Milo1-1/+1
2012-05-29leds: add new field to led_classdev struct to save activation stateShuah Khan1-0/+2
2012-05-29drivers/video/backlight/apple_bl.c: include header for exported symbol protot...H Hartley Sweeten1-1/+1
2012-05-29lcd: add callbacks for early fb event blank supportInki Dae1-0/+10
2012-05-29fbdev: add events for early fb event supportInki Dae1-0/+4
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-0/+22
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins3-37/+19
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins1-2/+2
2012-05-29rescounter: remove __must_check from res_counter_charge_nofail()Glauber Costa1-1/+1
2012-05-29rescounters: add res_counter_uncharge_until()Frederic Weisbecker1-0/+3
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov1-6/+4
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov1-4/+2
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov1-0/+14
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov1-5/+0
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2-8/+4
2012-05-29mm: mark mm-inline functions as __always_inlineKonstantin Khlebnikov1-4/+4
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins2-24/+14
2012-05-29memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki1-9/+0
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-0/+2
2012-05-29mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race conditionAndrea Arcangeli1-2/+20
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes1-2/+3
2012-05-29mm/fs: remove truncate_rangeHugh Dickins2-5/+0
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins1-0/+6
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz1-0/+19
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner1-3/+0
2012-05-29mm: move is_vma_temporary_stack() declaration to huge_mm.hAlex Shi2-2/+2
2012-05-29kbuild: install kernel-page-flags.hUlrich Drepper2-0/+5
2012-05-29bug: completely remove code generated by disabled VM_BUG_ON()Konstantin Khlebnikov1-1/+1
2012-05-29bug: introduce BUILD_BUG_ON_INVALID() macroKonstantin Khlebnikov1-0/+7
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner1-1/+6
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton1-5/+4
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-2/+2
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-6/+6
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-22/+4
2012-05-29mm: remove swap token codeRik van Riel3-128/+0
2012-05-29pagemap.h: fix warning about possibly used before init varPaul Gortmaker1-4/+4
2012-05-29skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau1-2/+0
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds18-29/+846
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-86/+205
2012-05-29KVM: Export asm-generic/kvm_para.hAvi Kivity1-0/+1
2012-05-28edac: Initialize the dimm label with the known informationMauro Carvalho Chehab1-1/+1
2012-05-28edac: Change internal representation to work with layersMauro Carvalho Chehab1-13/+25
2012-05-28edac.h: Add generic layers for describing a memory locationMauro Carvalho Chehab1-1/+102
2012-05-28edac: move nr_pages to dimm structMauro Carvalho Chehab1-3/+5
2012-05-28edac: move dimm properties to struct dimm_infoMauro Carvalho Chehab1-8/+13
2012-05-28edac: Create a dimm struct and move the labels into itMauro Carvalho Chehab1-5/+23
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds3-20/+39
2012-05-27Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat35-176/+292
2012-05-27ext4/jbd2: add metadata checksumming to the list of supported featuresDarrick J. Wong1-1/+2
2012-05-27jbd2: checksum journal superblockDarrick J. Wong1-0/+3
2012-05-27jbd2: Grab a reference to the crc32c driver if necessaryDarrick J. Wong1-0/+23
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-0/+1
2012-05-26Merge branch 'generic-string-functions'Linus Torvalds1-0/+52
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds4-8/+14
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-10/+21
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-0/+20
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-113/+130
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds1-0/+52
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust1-1/+2
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust1-0/+1
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-3/+10
2012-05-25NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsTrond Myklebust1-1/+1
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+8
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf1-3/+2
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds1-0/+33
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+7
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds7-17/+206
2012-05-25Merge tag 'mmc-merge-for-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-60/+7
2012-05-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-31/+26
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal1-0/+3
2012-05-25dma-buf: add vmap interfaceDave Airlie1-0/+14
2012-05-25dma-buf: mmap supportDaniel Vetter1-0/+16
2012-05-25clockevents: Make clockevents_config() a global symbolMagnus Damm1-0/+1
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+110
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-0/+77
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-4/+70
2012-05-24Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+10
2012-05-24Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-23/+31
2012-05-24Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson2-0/+11
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson1-0/+3
2012-05-24NFSv4.1 cache mdsthreshold values on OPENAndy Adamson1-0/+1
2012-05-24NFSv4.1 mdsthreshold attribute xdrAndy Adamson2-0/+17
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller1-0/+2
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-60/+329
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-84/+277
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-0/+171
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-49/+68
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds24-125/+1618
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-1/+2
2012-05-23keys: kill task_struct->replacement_session_keyringOleg Nesterov1-2/+0
2012-05-23keys: kill the dummy key_replace_session_keyring()Oleg Nesterov2-4/+0
2012-05-23keys: change keyctl_session_to_parent() to use task_work_add()Oleg Nesterov1-4/+2
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov2-12/+2
2012-05-23task_work_add: generic process-context callbacksOleg Nesterov3-0/+46
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-0/+2
2012-05-23TIF_NOTIFY_RESUME is defined on all targets nowAl Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds13-64/+288
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds5-218/+1
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds2-4/+29
2012-05-23Merge branch 'sbp-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15