aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-08-11userns: Implement get_user_ns_by_fdEric W. Biederman1-0/+7
2011-08-11ns proc: Add support for the user namespaceEric W. Biederman1-0/+1
2011-08-11vfs: Add user namespace control of mounts.Eric W. Biederman2-0/+10
2011-08-11net: pass user_ns to cap_netlink_recv()Serge E. Hallyn1-5/+9
2011-08-11user namespace: make each net (net_ns) belong to a user_nsSerge E. Hallyn1-0/+2
2011-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-14/+14
2011-08-08mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra1-2/+10
2011-08-08cred: use 'const' in get_current_{user,groups}Linus Torvalds1-2/+2
2011-08-08CRED: Restore const to current_cred()David Howells1-1/+1
2011-08-08ASoC: Rename WM8915 to WM8996Mark Brown1-14/+14
2011-08-07fix rcu annotations noise in cred.hAl Viro1-5/+6
2011-08-06Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2-5/+130
2011-08-06vfs: optimize inode cache access patternsLinus Torvalds1-22/+37
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-17/+13
2011-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+25
2011-08-06exofs: Rename raid engine from exofs/ios.c => oreBoaz Harrosh1-0/+125
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-12/+20
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller1-0/+5
2011-08-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds1-0/+2
2011-08-06lib/sha1: use the git implementation of SHA-1Mandeep Singh Baines1-1/+1
2011-08-05Add KEY_MICMUTE and enable it on Lenovo X220Andy Lutomirski1-0/+2
2011-08-05Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-1/+4
2011-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-6/+15
2011-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-48/+26
2011-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-0/+10
2011-08-04nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4Boaz Harrosh1-5/+5
2011-08-04Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-8/+1
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim1-0/+1
2011-08-04Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel...Dave Airlie2-1/+3
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2-8/+1
2011-08-03Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-6/+163
2011-08-03Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-1/+8
2011-08-03drm: track CEA version number if presentJesse Barnes1-0/+2
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins1-0/+1
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins1-8/+3
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2-10/+0
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins1-1/+1
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins1-2/+0
2011-08-03mm: let swap use exceptional entriesHugh Dickins1-0/+23
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins1-3/+33
2011-08-03drivers/video/backlight/aat2870_bl.c: fix setting max_currentAxel Lin1-1/+1
2011-08-03mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner1-1/+1
2011-08-03ida: simplified functions for id allocationRusty Russell1-0/+4
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita1-13/+5
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-0/+2
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-0/+2
2011-08-03Merge branch 'apei' into apei-releaseLen Brown6-6/+163
2011-08-03ACPI: APEI build fixLen Brown1-0/+4
2011-08-03HWPoison: add memory_failure_queue()Huang Ying1-0/+1
2011-08-03lib, Make gen_pool memory allocator locklessHuang Ying2-6/+29
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying1-0/+126
2011-08-03dt: add of_alias_scan and of_alias_get_idShawn Guo2-1/+8
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-4/+13
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-26/+4
2011-08-02Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+9
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds3-2/+60
2011-08-03RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cachedAl Viro1-9/+9
2011-08-03get rid of boilerplate switches in posix_acl.hAl Viro1-42/+20
2011-08-02Merge branches 'acpica', 'battery', 'boot-irqs', 'bz-24492', 'bz-9528', 'from...Len Brown14-42/+55
2011-08-02ACPI: remove NID_INVALDavid Rientjes1-1/+0
2011-08-02thermal: make THERMAL_HWMON implementation fully internalJean Delvare1-22/+0
2011-08-02of: constify property name parameters for helper functionsJamie Iles1-6/+9
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka1-2/+2
2011-08-02dm table: share target argument parsing functionsMike Snitzer1-0/+43
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka1-0/+15
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore2-2/+2
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2-3/+4
2011-08-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-31/+98
2011-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-7/+14
2011-08-01Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+6
2011-08-01Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2-3/+12
2011-08-01Merge branch 'for-next' into for-linusLiam Girdwood2-3/+4
2011-08-01Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+9
2011-08-01Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds1-16/+10
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds3-0/+87
2011-08-01switch posix_acl_chmod() to umode_tAl Viro1-1/+1
2011-08-01switch posix_acl_from_mode() to umode_tAl Viro1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro2-3/+3
2011-08-01vfs: avoid taking inode_hash_lock on pipes and socketsEric Dumazet1-1/+8
2011-07-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds7-9/+633
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-0/+1
2011-07-31NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1Trond Myklebust1-1/+1
2011-07-31mfd: Add AAT2870 mfd driverJin Park1-0/+181
2011-07-31mfd: Fix missing stmpe kerneldocOm Prakash1-0/+3
2011-07-31mfd: Add WM831x clock control register definitionsMark Brown1-0/+101
2011-07-31mfd: Implement tps65910 IRQ cleanupMark Brown1-0/+1
2011-07-31mfd: Clean-up ab8500 register fileLinus Walleij1-7/+1
2011-07-31tps65912: gpio: add gpio driverMargarita Olaya1-0/+1
2011-07-31tps65912: irq: add interrupt controllerMargarita Olaya1-0/+5
2011-07-31mfd: tps65912: Add new mfd deviceMargarita Olaya1-0/+321
2011-07-31mfd: Support multiple active WM831x AUXADC conversionsMark Brown1-2/+11
2011-07-31mfd: Read wm831x AUXADC conversion results before acknowledging interruptMark Brown1-0/+1
2011-07-31mfd: Support dynamic allocation of IRQ range for wm831xMark Brown1-1/+1
2011-07-31mfd: Allow touchscreen to be disabled on wm831x devicesMark Brown1-0/+3
2011-07-31mfd: Fix bus lock interaction for WM831x IRQ set_type() operationMark Brown1-0/+4
2011-07-31Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-4/+23
2011-07-31Merge git://git.infradead.org/battery-2.6Linus Torvalds4-1/+112
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-0/+9
2011-07-31pnfsblock: call and parse getdevicelistFred Isaman1-0/+1
2011-07-31pnfsblock: add device operationsJim Rees1-0/+2
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson1-0/+1
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman2-2/+4
2011-07-31pnfs: GETDEVICELISTAndy Adamson2-0/+12
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao1-1/+1
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven1-0/+1
2011-07-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+53
2011-07-30shm: handle separate PID namespaces caseVasiliy Kulikov1-0/+3
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+0
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-1/+2
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-33/+64
2011-07-30ext4: change umode_t in tracepoint headers to be an explicit __u16Theodore Ts'o1-8/+8
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-0/+32
2011-07-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-85/+1667
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-3/+6
2011-07-29Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...Linus Torvalds5-1/+105
2011-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdogLinus Torvalds1-0/+78
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-0/+32
2011-07-29pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3Pavel Roskin1-0/+9
2011-07-28of/gpio: export of_gpio_simple_xlateJamie Iles1-0/+9
2011-07-28Merge branch 'imx/dt' into next/dtArnd Bergmann187-505/+2983
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+7
2011-07-28Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-4/+10
2011-07-28[SCSI] fcoe: remove unused ptype field in fcoe_rcv_infoYi Zou1-1/+0
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck1-0/+2
2011-07-28watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck1-0/+61
2011-07-28dt/irq: add irq_domain_generate_simple() helperGrant Likely1-0/+10
2011-07-28irq: add irq_domain translation infrastructureGrant Likely3-0/+91
2011-07-28hwmon: Driver for NTC ThermistorsDonggeun Kim1-0/+53
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-0/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-2/+124
2011-07-28md: load/store badblock list from v1.x metadataNeilBrown1-4/+10
2011-07-27[media] V4L: initial driver for ov5642 CMOS sensorBastian Hecht1-0/+1
2011-07-27[media] V4L: soc-camera: remove soc-camera bus and devices on itGuennadi Liakhovetski2-19/+15
2011-07-27[media] V4L: soc-camera: un-export the soc-camera busGuennadi Liakhovetski1-5/+3
2011-07-27[media] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifierGuennadi Liakhovetski2-4/+14
2011-07-27[media] V4L: add media bus configuration subdev operationsGuennadi Liakhovetski2-0/+73
2011-07-27[media] V4L: soc-camera: remove now unused soc-camera specific PM hooksGuennadi Liakhovetski1-2/+0
2011-07-27[media] v4l: add g_std_output callback to V4L2 subdevTomasz Stanislawski1-0/+4
2011-07-27[media] v4l: add g_dv_preset callback to V4L2 subdevTomasz Stanislawski1-0/+4
2011-07-27[media] v4l: add g_tvnorms_output callback to V4L2 subdevTomasz Stanislawski1-0/+4
2011-07-27[media] rc-core support for Microsoft IR keyboard/mouseJarod Wilson1-1/+2
2011-07-27[media] v4l: add control definitions for codec devicesKamil Debski1-1/+168
2011-07-27[media] v4l: add fourcc definitions for compressed formatsKamil Debski1-4/+13
2011-07-27[media] adp1653: Add driver for LED flash controllerSakari Ailus1-0/+126
2011-07-27[media] v4l: Add a class and a set of controls for flash devicesSakari Ailus1-0/+36
2011-07-27[media] v4l2-ctrls: add new bitmask control typeHans Verkuil1-0/+1
2011-07-27[media] videodev2.h Add SE401 compressed RGB formatHans de Goede1-0/+1
2011-07-27[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACKHans Verkuil1-1/+2
2011-07-27[media] v4l2-event.h: add overview documentation to the headerHans Verkuil1-0/+34
2011-07-27[media] v4l2-ctrls/v4l2-events: small coding style cleanupsHans Verkuil2-16/+19
2011-07-27[media] v4l2-ctrls: improve discovery of controls of the same clusterHans Verkuil1-0/+3
2011-07-27[media] v4l2-event: add optional merge and replace callbacksHans Verkuil1-0/+6
2011-07-27[media] v4l2-event/ctrls/fh: allocate events per fh and per type instead of j...Hans Verkuil4-26/+15
2011-07-27[media] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscr...Hans Verkuil2-10/+16
2011-07-27[media] v4l2-events/fh: merge v4l2_events into v4l2_fhHans Verkuil2-14/+10
2011-07-27[media] V4L: at91: add Atmel Image Sensor Interface (ISI) supportJosh Wu1-0/+119
2011-07-27[media] V4L: soc-camera: remove several now unused soc-camera client operationsGuennadi Liakhovetski1-3/+0
2011-07-27[media] V4L: soc-camera: MIPI flags are not sensor flagsGuennadi Liakhovetski1-6/+6
2011-07-27[media] v4l2-ctrls: make manual_mode_value 8 bits and check against control r...Hans Verkuil1-1/+1
2011-07-27[media] v4l2-ctrls: simplify event subscriptionHans Verkuil1-0/+20
2011-07-27[media] v4l2-ctrls: add control eventsHans Verkuil3-7/+47
2011-07-27[media] v4l2-ctrls: add v4l2_fh pointer to the set control functionsHans Verkuil1-3/+5
2011-07-27[media] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scen...Hans Verkuil1-0/+45
2011-07-27[media] v4l2-ioctl: add ctrl_handler to v4l2_fhHans Verkuil1-0/+2
2011-07-27[media] davinci vpbe: VENC( Video Encoder) implementationManjunath Hadli1-0/+45
2011-07-27[media] davinci vpbe: OSD(On Screen Display) blockManjunath Hadli1-0/+394
2011-07-27[media] davinci vpbe: VPBE display driverManjunath Hadli1-0/+184
2011-07-27[media] davinci vpbe: V4L2 display driver for DM644X SoCManjunath Hadli2-0/+238
2011-07-27[media] tea575x: allow multiple opensOndrej Zary1-1/+1
2011-07-27[media] radio-timb: Simplified platform dataRichard Röjfors1-7/+2
2011-07-27[media] marvell-cam: Basic working MMP camera driverJonathan Corbet2-1/+11
2011-07-27[media] marvell-cam: Move cafe-ccic into its own directoryJonathan Corbet1-0/+20
2011-07-27[media] rc-core: lirc use unsigned intDavid Härdeman1-1/+1
2011-07-27Revert "[media] dvb/audio.h: Remove definition for AUDIO_GET_PTS"Mauro Carvalho Chehab1-0/+12
2011-07-27[media] dvb/audio.h: Remove definition for AUDIO_GET_PTSMauro Carvalho Chehab1-12/+0
2011-07-27[media] DocBook/audio.xml: synchronize attribute changesMauro Carvalho Chehab1-1/+1
2011-07-27[media] dib0700: add initial code for PCTV 340e by Davide FerriDavide Ferri1-0/+2
2011-07-27[media] tea575x: convert to control frameworkOndrej Zary1-2/+4
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-57/+81
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-8/+60
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells1-3/+3
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds3-12/+45
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-11/+78
2011-07-27Merge branch 'next' into for-linus-3.0Vinod Koul1-3/+6
2011-07-27gro: Only reset frag0 when skb can be pulledHerbert Xu1-1/+4
2011-07-27net: ibm_newemac: convert it to use of_get_phy_modeShawn Guo1-1/+3
2011-07-27dt/net: add helper function of_get_phy_modeShawn Guo1-0/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-14/+255
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+62
2011-07-26Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+27