public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-07 22:29:41 to 2012-06-08 05:21:51 UTC [more...]

[ 00/82] 3.2.20-stable review
 2012-06-08  5:09 UTC  (59+ messages)
` [ 01/82] iommu/amd: Add workaround for event log erratum
` [ 02/82] MIPS: BCM63XX: Add missing include for bcm63xx_gpio.h
` [ 03/82] cifs: Include backup intent search flags during searches {try #2)
` [ 05/82] exofs: Fix CRASH on very early IO errors
` [ 06/82] cifs: fix oops while traversing open file list (try #4)
` [ 08/82] ixp4xx: fix compilation by adding gpiolib support
` [ 10/82] drm/i915: enable vdd when switching off the eDP panel
` [ 12/82] drm/i915: Ignore LVDS on hp t5745 and hp st5747 thin client
` [ 13/82] drm/i915: no lvds quirk for HP t5740e Thin Client
` [ 16/82] drm/i915: always use RPNSWREQ for turbo change requests
` [ 19/82] [PARISC] fix boot failure on 32-bit systems caused by branch stubs placed before .text
` [ 20/82] [PARISC] fix TLB fault path on PA2.0 narrow systems
` [ 24/82] NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO
` [ 26/82] ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails
` [ 27/82] mac80211: fix ADDBA declined after suspend with wowlan
` [ 28/82] mm/fork: fix overflow in vma length when copying mmap on clone
` [ 29/82] mm: consider all swapped back pages in used-once logic
` [ 30/82] hugetlb: fix resv_map leak in error path
` [ 33/82] [SCSI] fix scsi_wait_scan
` [ 34/82] mm: fix vma_resv_map() NULL pointer
` [ 36/82] slub: fix a memory leak in get_partial_node()
` [ 38/82] ext4: disallow hard-linked directory in ext4_lookup
` [ 40/82] vfs: increment iversion when a file is truncated
` [ 41/82] vfs: umount_tree() might be called on subtree that had never made it
` [ 42/82] ext4: add missing save_error_info() to ext4_error()
` [ 45/82] ext4: remove mb_groups before tearing down the buddy_cache
` [ 46/82] drm/radeon: fix bank information in tiling config
` [ 47/82] drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlock
` [ 49/82] drm/ttm: Fix spinlock imbalance
` [ 51/82] mtd: of_parts: fix breakage in Kconfig
` [ 52/82] fec_mpc52xx: fix timestamp filtering
` [ 53/82] Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0
` [ 55/82] Bluetooth: btusb: Add USB device ID "0a5c 21e8"
` [ 56/82] Bluetooth: btusb: typo in Broadcom SoftSailing id
` [ 58/82] Bluetooth: Add support for Atheros [13d3:3362]
` [ 59/82] Bluetooth: Add support for AR3012 [0cf3:e004]
` [ 60/82] Add Foxconn / Hon Hai IDs for btusb module
` [ 61/82] Bluetooth: Add support for Foxconn/Hon Hai AR5BBU22 0489:E03C
` [ 64/82] ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
` [ 65/82] set fake_rtables dst to NULL to avoid kernel Oops
` [ 66/82] ipv6: fix incorrect ipsec fragment
` [ 67/82] l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
` [ 68/82] r8169: missing barriers
` [ 69/82] r8169: fix early queue wake-up
` [ 70/82] r8169: fix unsigned int wraparound with TSO
` [ 71/82] Revert "net: maintain namespace isolation between vlan and real device"
` [ 72/82] sctp: check cached dst before using it
` [ 73/82] skb: avoid unnecessary reallocations in __skb_cow
` [ 74/82] xfrm: take net hdr len into account for esp payload size calculation
` [ 75/82] ACPI battery: only refresh the sysfs files when pertinent information changes
` [ 76/82] target/file: Use O_DSYNC by default for FILEIO backends
` [ 77/82] iommu/amd: Cache pdev pointer to root-bridge
` [ 78/82] drm/radeon/kms: add new Palm, Sumo PCI ids
` [ 79/82] drm/radeon/kms: add new BTC "
` [ 80/82] btree: fix tree corruption in btree_get_prev()
` [ 81/82] kbuild: install kernel-page-flags.h
` [ 82/82] asix: allow full size 8021Q frames to be received

[PATCH 0/7] adjust suspicious bit operation
 2012-06-08  5:14 UTC  (5+ messages)
` [PATCH 1/7] drivers/ide/ide-cs.c: "

[PATCH 0/3] [RFC] Fallocate Volatile Ranges v2
 2012-06-08  4:50 UTC  (14+ messages)
` [PATCH 3/3] [RFC] tmpfs: Add FALLOC_FL_MARK_VOLATILE/UNMARK_VOLATILE handlers

linux-next: Tree for Jun 8
 2012-06-08  4:43 UTC 

[PATCH 1/2] uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()
 2012-06-08  4:36 UTC  (11+ messages)
` [PATCH 2/2] [POWERPC] uprobes: powerpc port

[PATCH 0/2] rcu: Extended quiescent state for adaptive nohz
 2012-06-07 22:45 UTC  (8+ messages)

[PATCH tip/core/rcu 0/7] RCU_FAST_NO_HZ changes for 3.6
 2012-06-08  4:26 UTC  (9+ messages)
` [PATCH rcu 1/8] rcu: RCU_FAST_NO_HZ detection of callback adoption
  ` [PATCH rcu 2/8] rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks
  ` [PATCH rcu 3/8] rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure
  ` [PATCH rcu 4/8] rcu: Precompute RCU_FAST_NO_HZ timer offsets
  ` [PATCH rcu 5/8] rcu: Dump only the current CPU's buffers for idle-entry/exit warnings
  ` [PATCH rcu 6/8] rcu: The rcu_needs_cpu() function is not a quiescent state
  ` [PATCH rcu 7/8] rcu: Round FAST_NO_HZ lazy timeout to nearest second
  ` [PATCH rcu 8/8] rcu: Fix qlen_lazy breakage

[PATCH] m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()
 2012-06-08  4:14 UTC  (10+ messages)

[PATCH 0/3][RFC] powerpc/ftrace: Removal of stop machine (and other goodies)
 2012-06-08  4:13 UTC  (3+ messages)
` [PATCH 1/3][RFC] ftrace/ppc: Have PPC skip updating with stop_machine()

linux-next: Tree for Jun 7
 2012-06-08  4:07 UTC  (5+ messages)
` linux-next: Tree for Jun 7 (fs / block / rcu)

linux-next: build warning after merge of the sound-asoc tree
 2012-06-08  4:03 UTC 

[PATCH] regulator: max77686: Check pdata->num_regulators earlier
 2012-06-08  4:03 UTC 

linux-next: manual merge of the akpm tree with the net-next tree
 2012-06-08  3:56 UTC 

[PATCH 1/5] m68k: Remove duplicate FPU config option
 2012-06-08  3:51 UTC  (10+ messages)
` [PATCH 2/5] m68k: Move CPU_HAS_* config options
` [PATCH 3/5] m68k: delay, muldi3 - Use CONFIG_CPU_HAS_NO_MULDIV64
` [PATCH 4/5] m68k: Introduce config option CPU_HAS_NO_UNALIGNED
` [PATCH 5/5] m68k: CPU32 does not support unaligned accesses

[PATCH 3/3] vmevent: Implement special low-memory attribute
 2012-06-08  3:55 UTC  (27+ messages)
            ` [PATCH 0/5] Some vmevent fixes
              ` [PATCH 1/5] vmstat: Implement refresh_vm_stats()
              ` [PATCH 2/5] vmevent: Convert from deferred timer to deferred work

[ 53/82] asix: allow full size 8021Q frames to be received
 2012-06-08  3:54 UTC  (3+ messages)

[PATCH powerpc] fix Section mismatch warnings in prom_init.c
 2012-06-08  3:44 UTC 

[V2 RFC net-next PATCH 1/2] virtio_net: convert the statistics into array
 2012-06-08  3:35 UTC  (10+ messages)
` [V2 RFC net-next PATCH 2/2] virtio_net: export more statistics through ethtool

linux-next: build failure after merge of the leds tree
 2012-06-08  3:33 UTC  (2+ messages)

snd_pcm lockdep report from 3.3-rc6
 2012-06-08  3:23 UTC  (3+ messages)

[ 64/82] ext4: dont trash state flags in EXT4_IOC_SETFLAGS
 2012-06-08  3:21 UTC  (4+ messages)

perf user tool precise attribute broken in 3.5rc1+
 2012-06-08  3:10 UTC  (5+ messages)

[PATCH V2 1/2] pinctrl: pinctrl-imx: free allocated pinctrl_map structure only once and use kernel facilities for IMX_PMX_DUMP
 2012-06-08  2:59 UTC  (2+ messages)

[PATCH 1/1] ext4: fix hole punch failure when depth is greater than 0
 2012-06-08  2:52 UTC  (2+ messages)

[PATCH] watchdog: Quiet down the boot messages
 2012-06-08  2:41 UTC  (2+ messages)

processes hung after sys_renameat, and 'missing' processes
 2012-06-08  2:37 UTC  (20+ messages)

NOHZ: local_softirq_pending 08
 2012-06-08  2:34 UTC  (8+ messages)

[PATCH V2] umem: fix up unplugging
 2012-06-08  2:29 UTC  (2+ messages)

[PATCH RFT 1/2] regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fixed_ops
 2012-06-08  2:29 UTC  (2+ messages)
` [PATCH RFT 2/2] regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_info

a whole bunch of crashes since todays -mm merge
 2012-06-08  2:22 UTC  (10+ messages)

[PATCH] e1000: save skb counts in TX to avoid cache misses
 2012-06-08  2:15 UTC  (4+ messages)

[PATCH 0/5] Function tracing support for pstore
 2012-06-08  2:11 UTC  (5+ messages)
` [PATCH 2/5] pstore: Introduce write_buf backend callback

[PATCH] x86,nmi: Fix section mismatch warnings on 32-bit
 2012-06-08  2:06 UTC  (7+ messages)

[PATCH] regulator: isl6271a: Remove setting map_voltage callback for isl_fixed_ops
 2012-06-08  2:04 UTC 

[PATCH] PCI: Add Ralink RT2800 broken INTx masking quirk
 2012-06-08  1:56 UTC  (8+ messages)

From Tarek Mansour Daw
 2012-06-07 20:13 UTC 

tg3: transmit timed out, resetting
 2012-06-08  1:24 UTC  (9+ messages)

memcg cgroup controller & sbrk interaction
 2012-06-08  1:19 UTC 

[patch 12/12] mm: correctly synchronize rss-counters at exit/exec
 2012-06-08  1:19 UTC  (5+ messages)

[PATCH] e1000e: disable rxhash when try to enable jumbo frame also rxhash and rxcsum have enabled
 2012-06-08  1:14 UTC  (3+ messages)
  ` [E1000-devel] "

[PATCH 0/2] EDAC support for Calxeda Highbank
 2012-06-08  1:12 UTC  (4+ messages)
` [PATCH 1/2] edac: add support for Calxeda highbank memory controller

User space starved by kernel
 2012-06-08  1:03 UTC  (2+ messages)

[PATCH RFC RESEND 1/3] regulator: core: Handle fixed voltage in map_voltage_linear
 2012-06-08  0:31 UTC  (4+ messages)
` [PATCH RFC RESEND 2/3] regulator: isl6271a: Use regulator_[list|map]_voltage_linear for isl_fixed_ops

[PATCH RFT] regulator: tps6586x: Convert to regulator_list_voltage_table
 2012-06-07 23:53 UTC  (2+ messages)

[next-net PATCH] drivers/net/ethernet/intel/e1000e: fix unregistered net_device ethX name output by e1000e
 2012-06-08  0:55 UTC  (4+ messages)
` [E1000-devel] "

[PATCH RFT] regulator: pcap: Convert to regulator_list_voltage_table
 2012-06-07 23:37 UTC  (2+ messages)

[PATCH RFC 1/2] regulator: core: Allow uV_step to be 0 for linear mapping if fixed voltage
 2012-06-07 23:27 UTC  (2+ messages)

[PATCH v2] regulator: palmas: Slightly code change for better readability
 2012-06-07 23:37 UTC  (2+ messages)

[PATCH RFC/RFT] regulator: palmas: Clear PALMAS_SMPS12_CTRL_MODE_ACTIVE_MASK bits in palmas_set_mode_smps
 2012-06-07 23:29 UTC  (2+ messages)

[PATCH RFC/RFT] regulator: da903x: Don't read/write to DA9030_INVAL/DA9034_INVAL address
 2012-06-07 23:27 UTC  (2+ messages)

[PATCH] regulator: rc5t583: Simplify rc5t583_set_voltage_time_sel implementation
 2012-06-07 23:28 UTC  (2+ messages)

[PATCH] arm: OMAP depends on MMU
 2012-06-08  0:50 UTC 

linux-next: boot problem with next-20120607
 2012-06-08  0:50 UTC  (4+ messages)

[PATCH RESEND 1/2] mfd: max77693: Remove unused iolock mutex
 2012-06-08  0:35 UTC  (2+ messages)
` [PATCH 2/2] mfd: max77693: fix irq leak and wrong kfree call

[PATCH] staging: comedi: adl_pci9118: if test should use logical AND not bitwise AND
 2012-06-08  0:31 UTC 

[PATCH RFT 1/2] regulator: max1586: Convert max1586_v3_ops to regulator_list_voltage_linear
 2012-06-08  0:26 UTC  (2+ messages)
` [PATCH RFT 2/2] regulator: max1586: Convert max1586_v3_ops to set_voltage_sel and map_voltage_linear

[PATCH] staging: comedi: pcl816: if test should use logical OR not bitwise OR
 2012-06-08  0:25 UTC 

[PATCH v2] regulator: isl6271a: Use regulator_list_voltage_linear for isl_fixed_ops
 2012-06-08  0:14 UTC 

[PATCH] staging: comedi: serial2002: quiet NULL pointer sparse noise
 2012-06-08  0:14 UTC 

[PATCH RESEND] fs: Move bh_cachep to the __read_mostly section
 2012-06-08  0:07 UTC  (2+ messages)

[PATCH] staging: comedi: refactor comedi_fops to remove most of the forward declarations
 2012-06-08  0:05 UTC 

lp: hung task in lp_open
 2012-06-07 23:59 UTC  (2+ messages)

[PATCH] of: export of_platform_populate()
 2012-06-07 23:57 UTC 

[PATCH] gpio: export devm_gpio_request_one
 2012-06-07 23:56 UTC 

[PATCH 1/2] tracing: trivial cleanup
 2012-06-07 23:46 UTC  (2+ messages)
` [PATCH 2/2] tracing: Cleanup unnecessary function declarations

EXT4-fs error (device dm-42): ext4_mb_generate_buddy:741: group 1904, 32254 clusters in bitmap, 32258 in gd
 2012-06-07 23:38 UTC  (12+ messages)
              ` [dm-devel] "

[PATCH] ring-buffer: fix uninitialized read_stamp
 2012-06-07 23:34 UTC  (2+ messages)

[PATCH 1/2] mtip32xx: Remove 'registers' and 'flags' from sysfs
 2012-06-07 23:26 UTC  (7+ messages)

[PATCH 1/2] perf, x86: Add basic Ivy Bridge support v2
 2012-06-07 23:18 UTC  (2+ messages)
` [PATCH 2/2] perf, x86: Enable PDIR precise instruction profiling on IvyBridge

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-06-07 23:18 UTC  (2+ messages)

[PATCH 1/3] scsi: set to WCE if usb cache quirk is present
 2012-06-07 23:07 UTC  (3+ messages)

[PATCH 0/3] Styleguide conformity
 2012-06-07 23:03 UTC  (5+ messages)
` [PATCH V2 "
` [PATCH V2 1/3] staging: zram: conventions pr_warning -> pr_warn()
` [PATCH V2 2/3] staging: zram: conventions, __aligned() attribute
` [PATCH V2 3/3] staging: zram: conventions, line splitting

3.3.7+ 'reboot' causes shutdown instead
 2012-06-07 22:50 UTC 

Deadlock, L2TP over IP are not working, 3.4.1
 2012-06-07 22:37 UTC  (4+ messages)

[PATCH 1/2] perf, x86: Add basic Ivy Bridge support
 2012-06-07 22:43 UTC  (4+ messages)
` [PATCH 2/2] perf, x86: Enable PDIR precise instruction profiling on IvyBridge

[PATCH 2/3] irq_remap: fix the UP build failure
 2012-06-07 22:34 UTC  (8+ messages)
` [PATCH 1/2] kconfig: change config_enabled() to accept X instead of CONFIG_X
  ` [PATCH 2/2] irq: use config_enabled(SMP) checks to cleanup irq_set_affinity() for UP
        ` [patch] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox