aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-06um: switch cow_user.h to htobe{32,64}/betoh{32,64}cowAl Viro2-57/+21
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/um-headers into uml/...Richard Weinberger28-515/+296
2012-02-04um: Switch to large mcmodel on x86_64Richard Weinberger1-0/+1
2012-02-04um: Serve io_remap_pfn_range()Richard Weinberger1-0/+2
2012-02-03um: a bunch of headers can be killed by using generic-yAl Viro7-124/+1
2012-02-03um: ptrace-generic.h doesn't need user.hAl Viro1-1/+0
2012-02-03um: kill HOST_TASK_PIDAl Viro4-8/+4
2012-02-03um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro1-2/+1
2012-02-03um: asm-offsets.h might as well come from underlying arch...Al Viro1-1/+0
2012-02-03um: merge processor_{32,64}.h a bit...Al Viro3-20/+10
2012-02-03um: switch close_chan() to struct lineAl Viro3-9/+11
2012-02-03um: race fix: initialize delayed_work *before* registering IRQAl Viro3-18/+15
2012-02-03um: line->have_irq is never checked...Al Viro2-2/+0
2012-02-03um: chan_init_pri is dead nowAl Viro1-2/+0
2012-02-03um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro5-128/+88
2012-02-03um: sorting out the chan mess, part 1Al Viro2-0/+5
2012-02-03um: finally kill ->init_str leaksAl Viro1-1/+3
2012-02-03um: get rid of lines_init()Al Viro4-46/+33
2012-02-03um: switch line.c tty drivers to dynamic device creationAl Viro4-42/+40
2012-02-03um: fix races between line_open() and line_config()Al Viro2-28/+29
2012-02-03um: convert count_lock to mutex, fix a race in line_open()Al Viro4-20/+12
2012-02-03um: get rid of the init_prio messAl Viro4-74/+68
2012-02-03um: switch line_config() to setup_one_line()Al Viro1-6/+16
2012-02-03um: switch line_remove() to setup_one_line()Al Viro1-8/+5
2012-02-03um: auxvec.h is never usedAl Viro1-4/+0
2012-02-03um: clean up the includes in ubdAl Viro3-34/+18
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Richard Weinberger102-727/+763
2012-02-03Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+2
2012-02-03Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds11-258/+208
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-15/+36
2012-02-02include/linux/lp8727.h: Remove executable bitJosh Triplett1-0/+0
2012-02-02rbd: fix safety of rbd_put_client()Alex Elder1-2/+4
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh4-34/+35
2012-02-02rbd: fix a memory leak in rbd_get_client()Alex Elder1-0/+1
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-02ceph: initialize client debugfs outside of monc->mutexSage Weil2-3/+12
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-02-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-23/+95
2012-02-02Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-20/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds23-97/+177
2012-02-02drm/radeon/kms/blit: fix blit copy for very large buffersIlija Hadzic1-10/+25
2012-02-02drm/radeon/kms: fix TRAVIS panel setupAlex Deucher1-3/+15
2012-02-02drm/radeon: fix use after free in ATRM bios reading code.Dave Airlie1-1/+2
2012-02-02ALSA: hda - Disable dynamic-power control for VIA as defaultTakashi Iwai1-0/+1
2012-02-02ALSA: hda - Allow analog low-current mode when dynamic power-control is onTakashi Iwai1-6/+21
2012-02-02ALSA: hda - Fix the logic to detect VIA analog low-current modeTakashi Iwai1-1/+1
2012-02-02ALSA: hda - Check power-state before changing in patch_via.cTakashi Iwai1-149/+107
2012-02-01Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds1-1/+5
2012-02-01staging: fix go7007-usb licenseRandy Dunlap1-0/+1
2012-02-01docbook: fix fatal errors in device-drivers docbook and add DMA Management se...Randy Dunlap1-2/+10
2012-02-01Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds14-167/+98
2012-02-02lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.hDavid Miller1-11/+33
2012-02-02lib: Fix multiple definitions of clz_tabDavid Miller6-34/+26
2012-02-01Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds21-27/+34
2012-02-01proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-01proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32
2012-02-01proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
2012-02-01MAINTAINERS: Greg's suse email address is deadGreg KH1-15/+14
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy2-7/+1
2012-02-01drm/radeon/kms: Fix device tree linkage of DP i2c buses tooJean Delvare1-0/+1
2012-02-01drm/radeon: Set DESKTOP_HEIGHT register to the framebuffer (not mode) height.Michel Dänzer1-2/+2
2012-02-01drm/radeon/kms: disable output polling when suspendedSeth Forshee1-0/+4
2012-02-02lib/digsig: checks for NULL return valueDmitry Kasatkin1-2/+6
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin1-0/+2
2012-02-02lib/mpi: added comment on divide by 0 caseDmitry Kasatkin1-0/+4
2012-02-02lib/mpi: check for possible zero lengthDmitry Kasatkin1-0/+3
2012-02-02lib/digsig: pkcs_1_v1_5_decode_emsa cleanupDmitry Kasatkin1-25/+10
2012-02-02lib/digsig: additional sanity checks against badly formated key payloadDmitry Kasatkin1-2/+7
2012-02-02lib/mpi: removed unused functionsDmitry Kasatkin1-88/+0
2012-02-02lib/mpi: checks for zero divisor lengthDmitry Kasatkin1-0/+3
2012-02-02lib/mpi: return error code on dividing by zeroDmitry Kasatkin1-1/+1
2012-02-02lib/mpi: replaced MPI_NULL with normal NULLDmitry Kasatkin3-7/+5
2012-02-02lib/mpi: added missing NULL checkDmitry Kasatkin1-1/+2
2012-02-01ALSA: HDA: Fix duplicated output to more than one codecDavid Henningsson1-1/+1
2012-02-01Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie6-7/+46
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Richard Weinberger260-5359/+1739
2012-02-01ALSA: hda - Fix calling cs_automic twice for Cirrus codecs.Dylan Reid1-2/+4
2012-02-01drm/nv50/pm: signedness bug in nv50_pm_clocks_pre()Dan Carpenter1-2/+2
2012-02-01drm/nouveau/gem: fix fence_sync race / oopsBen Skeggs1-2/+21
2012-02-01drm/nouveau: fix typo on mxmdcb optionBen Skeggs1-1/+1
2012-02-01drm/nouveau/mxm: pretend to succeed, even if we can't shadow the MXM-SISBen Skeggs1-0/+9
2012-02-01drm/nouveau/disp: check that panel power gpio is enabled at init timeBen Skeggs2-2/+13
2012-01-31Linux 3.3-rc2v3.3-rc2Linus Torvalds1-1/+1
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds11-37/+89
2012-01-31Merge branch 'fix/asoc' into for-linusTakashi Iwai9735-257033/+470130
2012-01-31ALSA: HDA: Remove quirk for Toshiba Qosmio G50David Henningsson1-13/+0
2012-01-31ALSA: HDA: Fix jack creation for codecs with front and rear Line InDavid Henningsson1-9/+15
2012-01-31Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar10-20/+14
2012-01-31Revert "microblaze: Add topology init"Michal Simek1-20/+1
2012-01-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+14
2012-01-30Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-72/+93
2012-01-30perf top: Fix number of samples displayedStephane Eranian1-3/+10
2012-01-30perf tools: Fix strlen() bug in perf_event__synthesize_event_type()Stephane Eranian1-1/+1
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney8-16/+3
2012-01-30Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier20-26/+30
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova14-14/+14
2012-01-30IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareJack Morgenstein1-5/+2
2012-01-30Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds31-656/+346
2012-01-30firewire: ohci: disable MSI on Ricoh controllersStefan Richter1-1/+1
2012-01-30Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds37-2732/+224
2012-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-68/+59
2012-01-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+1
2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet1-15/+4
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa3-3/+16
2012-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-92/+48
2012-01-30Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-0/+2
2012-01-30Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-15/+14
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+16
2012-01-30Merge tag 'pm-fix-for-3.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+30
2012-01-30ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660Takashi Iwai1-8/+35
2012-01-30Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai5-69/+22
2012-01-30ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machineDenis 'GNUtoo' Carikli1-64/+1
2012-01-30x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola1-8/+0
2012-01-30x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola1-2/+26
2012-01-30vmwgfx: Fix assignment in vmw_framebuffer_create_handleRyan Mallon1-1/+1
2012-01-30drm/radeon/kms: Fix device tree linkage of i2c busesJean Delvare1-0/+1
2012-01-30drm: Pass the real error code back during GEM bo initialisationChris Wilson1-1/+1
2012-01-30Revert "drm/i810: cleanup reclaim_buffers"Daniel Vetter3-13/+11
2012-01-30ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functionsAxel Lin1-0/+2
2012-01-29hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck1-0/+6
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki3-0/+30
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot1-1/+2
2012-01-28Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-551/+33
2012-01-28Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-6/+4
2012-01-28Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-7/+27
2012-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-36/+60
2012-01-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds10-26/+51
2012-01-28Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds69-827/+428
2012-01-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-218/+199
2012-01-28x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter1-1/+1
2012-01-28Logfs: Allow NULL block_isbad() methodsJoern Engel1-14/+12
2012-01-28logfs: Grow inode in delete pathJoern Engel1-0/+4
2012-01-28logfs: Free areas before calling generic_shutdown_super()Joern Engel3-4/+12
2012-01-28logfs: remove useless BUG_ONJoern Engel1-1/+0
2012-01-28MAINTAINERS: Add Prasad Joshi in LogFS maintinersPrasad Joshi1-0/+1
2012-01-28logfs: Propagate page parameter to __logfs_write_inodePrasad Joshi4-9/+9
2012-01-28logfs: set superblock shutdown flag after generic sb shutdownPrasad Joshi1-1/+1
2012-01-28logfs: take write mutex lock during fsync and syncPrasad Joshi4-4/+8
2012-01-28logfs: Prevent memory corruptionJoern Engel1-1/+1
2012-01-28logfs: update page reference count for pined pagesPrasad Joshi2-15/+51
2012-01-27net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-27netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman1-0/+1
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-2/+4
2012-01-28lguest: remove reference from Documentation/virtual/00-INDEXRusty Russell1-2/+0
2012-01-28virtio: correct the memory barrier in virtqueue_kick_prepare()Jason Wang1-3/+3
2012-01-28virtio: fix typos of memory barriersJason Wang1-1/+1
2012-01-27ARM: 7304/1: ioremap: fix boundary check when reusing static mappingPawel Moll1-1/+2
2012-01-27ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixerUK KIM1-2/+2
2012-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Richard Weinberger5045-92598/+254014
2012-01-27RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration lengthTatyana Nikolova1-0/+2
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty1-1/+4
2012-01-27IB/qib: Roll back PCIe tuning changeMike Marciniszyn1-1/+1
2012-01-27IB/qib: Use GFP_ATOMIC when locks are heldJulia Lawall1-1/+1
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier1-2/+3
2012-01-27RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova1-0/+3
2012-01-27IB/ipath: Calling PTR_ERR() on right variable in create_file()Dan Carpenter1-1/+1
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2-1/+2
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk1-2/+5
2012-01-27Merge commit 'v3.3-rc1' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk10021-268217/+486156
2012-01-27Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-265/+245
2012-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-21/+54
2012-01-27Btrfs: fix reservations in btrfs_page_mkwriteChris Mason1-2/+8
2012-01-27ALSA: HDA: Remove quirk for Asus N53JqDavid Henningsson1-1/+0
2012-01-27gma500: Fix suspend/resume functionsRyan Mallon1-4/+4
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min1-0/+5
2012-01-27perf: Fix broken interrupt rate throttlingStephane Eranian2-38/+67
2012-01-27sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-01-27watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley1-0/+35
2012-01-27watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin1-2/+2
2012-01-27watchdog: Fix typo "unexpectdly"Masanari Iida2-2/+2
2012-01-27watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin1-2/+2
2012-01-27watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin1-2/+2
2012-01-27watchdog: Return proper error in nuc900wdt_probe if misc_register failsAxel Lin1-1/+2
2012-01-27watchdog: Staticise nuc900_wdtAxel Lin1-1/+1
2012-01-27watchdog: via_wdt: Staticise wdt_pci_tableAxel Lin1-1/+1
2012-01-27watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D1-0/+2
2012-01-27watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-27watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall1-10/+1
2012-01-27Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie4-56/+68
2012-01-26Merge branch 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2-2/+4
2012-01-26Merge branch 'fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson4-47/+10
2012-01-26Merge branch 'imx6/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson1-0/+11
2012-01-26Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson27-169/+174
2012-01-27drm/exynos: fixed pm feature for fimd module.Inki Dae1-50/+59
2012-01-26MAINTAINERS: Drop maintainer for MAX1668 hwmon driverGuenter Roeck1-7/+0
2012-01-26MAINTAINERS: Add hwmon entries for WolfsonMark Brown1-0/+1
2012-01-27MAINTAINERS: added maintainer entry for Exynos DRM Driver.Inki Dae1-0/+3
2012-01-27drm/exynos: fixed build dependency for DRM_EXYNOS_FIMDInki Dae1-1/+1
2012-01-27drm/exynos: fix build dependency for DRM_EXYNOS_HDMISeung-Woo Kim1-1/+1
2012-01-27drm/exynos: use release_mem_region instead of release_resourceSeung-Woo Kim1-4/+4
2012-01-26Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-16/+45
2012-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+3
2012-01-26net: explicitly add jump_label.h header to sock.hGlauber Costa1-0/+1
2012-01-26firewire: ohci: add reset packet quirk for SB AudigyClemens Ladisch1-0/+4
2012-01-26net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-26Merge branch 'sa11x0-mcp-fixes' into fixesRussell King37-509/+596