linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-01 18:17:44 to 2012-02-01 21:11:31 UTC [more...]

[00/20] 2.6.32.56-longterm review
 2012-02-01 21:00 UTC  (6+ messages)
` [04/20] drm: Fix authentication kernel crash
` [05/20] crypto: sha512 - make it work, undo percpu message schedule
` [16/20] USB: usbsevseg: fix max length
` [18/20] hwmon: (sht15) fix bad error code
` [19/20] USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19

[00/89] 3.2.3-stable review
 2012-02-01 21:05 UTC  (19+ messages)
` [02/89] ALSA: hda - Fix silent outputs from docking-station jacks of Dell laptops
` [04/89] ecryptfs: Improve metadata read failure logging
` [07/89] eCryptfs: Fix oops when printing debug info in extent crypto functions
` [08/89] drm/radeon/kms: Add an MSI quirk for Dell RS690
` [21/89] crypto: sha512 - reduce stack usage to safe number
` [24/89] x86/uv: Fix uv_gpa_to_soc_phys_ram() shift
` [25/89] x86/microcode_amd: Add support for CPU family specific container files
` [29/89] ALSA: hda - Fix silent output on Haier W18 laptop
` [43/89] USB: serial: ftdi additional IDs
` [44/89] USB: ftdi_sio: Add more identifiers
` [45/89] USB: cdc-wdm: updating desc->length must be protected by spin_lock
` [49/89] usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method
` [52/89] jsm: Fixed EEH recovery error
` [56/89] USB: usbsevseg: fix max length
` [60/89] xhci: Fix USB 3.0 device restart on resume
` [73/89] bonding: fix enslaving in alb mode when link down
` [74/89] l2tp: l2tp_ip - fix possible oops on packet receive
` [78/89] rds: Make rds_sock_lock BH rather than IRQ safe

[00/65] 3.0.19-stable review
 2012-02-01 21:02 UTC  (20+ messages)
` [04/65] eCryptfs: Make truncate path killable
` [06/65] eCryptfs: Fix oops when printing debug info in extent crypto functions
` [12/65] ftrace: Balance records when updating the hash
` [15/65] ah: Dont return NET_XMIT_DROP on input
` [18/65] x86/microcode_amd: Add support for CPU family specific container files
` [19/65] ALSA: hda - Fix silent output on ASUS A6Rp
` [23/65] mach-ux500: enable ARM errata 764369
` [24/65] ARM: 7296/1: proc-v7.S: remove HARVARD_CACHE preprocessor guards
` [34/65] usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method
` [36/65] serial: amba-pl011: lock console writes against interrupts
` [39/65] USB: usbsevseg: fix max length
` [46/65] USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal
` [47/65] USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core
` [50/65] netns: Fail conspicously if someone uses net_generic at an inappropriate time
` [54/65] net: bpf_jit: fix divide by 0 generation
` [55/65] rds: Make rds_sock_lock BH rather than IRQ safe
` [61/65] USB: cp210x: do not map baud rates to B0
` [64/65] USB: cp210x: initialise baud rate at open
` [65/65] USB: cp210x: allow more baud rates above 1Mbaud

[PATCH RT 0/2 v3] preempt-rt/x86: Handle sending signals from do_trap() by gdb
 2012-02-01 21:06 UTC  (2+ messages)
` [PATCH RT 1/2 v3] x86: Do not disable preemption in int3 on 32bit

[PATCH v5 0/5] Support for the TS-5500 platform
 2012-02-01 21:05 UTC  (6+ messages)
` [PATCH v5 1/5] x86/platform: (TS-5500) add platform base support
` [PATCH v5 2/5] x86/platform: (TS-5500) add GPIO support
` [PATCH v5 3/5] x86/platform: (TS-5500) add LED support
` [PATCH v5 4/5] hwmon: add MAX197 support
` [PATCH v5 5/5] x86/platform: (TS-5500) add ADC support

[PATCH V2 1/4] pinctrl: add a driver for NVIDIA Tegra
 2012-02-01 21:04 UTC  (4+ messages)
` [PATCH V2 2/4] ARM: tegra: Select PINCTRL Kconfig variables
` [PATCH V2 3/4] ARM: tegra: Switch to new pinctrl driver
` [PATCH V2 4/4] ARM: tegra: Remove pre-pinctrl pinmux driver

Memory corruption due to word sharing
 2012-02-01 20:59 UTC  (27+ messages)

[PATCH net-next] drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
 2012-02-01 20:57 UTC  (8+ messages)
` [PATCH net-next] drivers/net: Remove alloc_etherdev error messages
  ` [PATCH net-next] net: dev: Convert printks to pr_<level>
          ` PATCH V2 "

[PATCHSET] blkcg: kill policy node and blkg->dev, take#4
 2012-02-01 20:50 UTC  (17+ messages)
` [PATCH 01/16] blkcg: make CONFIG_BLK_CGROUP bool
` [PATCH 02/16] cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHED
` [PATCH 03/16] elevator: clear auxiliary data earlier during elevator switch
` [PATCH 04/16] elevator: make elevator_init_fn() return 0/-errno
` [PATCH 05/16] block: implement blk_queue_bypass_start/end()
` [PATCH 06/16] block: extend queue bypassing to cover blkcg policies
` [PATCH 07/16] blkcg: shoot down blkio_groups on elevator switch
` [PATCH 08/16] blkcg: move rcu_read_lock() outside of blkio_group get functions
` [PATCH 09/16] blkcg: update blkg get functions take blkio_cgroup as parameter
` [PATCH 10/16] blkcg: use q and plid instead of opaque void * for blkio_group association
` [PATCH 11/16] blkcg: add blkio_policy[] array and allow one policy per policy ID
` [PATCH 12/16] blkcg: use the usual get blkg path for root blkio_group
` [PATCH 13/16] blkcg: factor out blkio_group creation
` [PATCH 14/16] blkcg: don't allow or retain configuration of missing devices
` [PATCH 15/16] blkcg: kill blkio_policy_node
` [PATCH 16/16] blkcg: kill the mind-bending blkg->dev

3.2.0 - page allocation failure: order:[2345] mode:0x20
 2012-02-01 20:45 UTC  (2+ messages)

[PATCH v3 0/4] PR_SET_NO_NEW_PRIVS, unshare, and chroot
 2012-02-01 20:35 UTC  (4+ messages)
` [PATCH v3 3/4] Allow unprivileged CLONE_NEWUTS and CLONE_NEWIPC with no_new_privs

[PATCH] In crypto_add_alg(), 'exact' wants to be initialized to 0
 2012-02-01 20:36 UTC  (4+ messages)

[PATCH v2] backlight: Add backlight driver for Bachmann's ot200
 2012-02-01 20:34 UTC  (2+ messages)

[PATCH] powerpc: Define cpus_in_crash only for SMP kernels
 2012-02-01 20:28 UTC  (2+ messages)

[PATCH 1/4] mfd/ab8500: fix error path bug
 2012-02-01 20:28 UTC  (3+ messages)

[ANNOUNCE] 3.0.14-rt31
 2012-02-01 20:27 UTC  (5+ messages)
` [ANNOUNCE] 3.0.14-rt31 - ksoftirq running wild - FEC ethernet driver to blame? Yep

[RFC][PATCH v1 0/2] integrity: module integrity verification
 2012-02-01 20:25 UTC  (3+ messages)
` [RFC][PATCH v1 1/2] integrity: add ima_module_check hook
` [RFC][PATCH v1 2/2] integrity: verify module integrity based on signature

[PATCH] fix readahead pipeline break caused by block plug
 2012-02-01 20:22 UTC  (9+ messages)

[v7 0/8] Reduce cross CPU IPI interference
 2012-02-01 20:13 UTC  (7+ messages)

[PATCH 1/4] pinctrl: add a driver for NVIDIA Tegra
 2012-02-01 20:11 UTC  (5+ messages)
` [PATCH 3/4] ARM: tegra: Switch to new pinctrl driver

RFC: Device isolation groups
 2012-02-01 20:08 UTC  (7+ messages)
` [PATCH 2/3] device_isolation: Support isolation on POWER p5ioc2 bridges
` [PATCH 3/3] device_isolation: Support isolation on POWER p7ioc (IODA) bridges

[patch v7, kernel version 3.2.1] Source mode for macvlan interface
 2012-02-01 19:59 UTC  (3+ messages)

[PATCH RFC 0/41] RCU commits for 3.4
 2012-02-01 19:50 UTC  (44+ messages)
` [PATCH RFC tip/core/rcu 01/41] rcu: Bring RTFP.txt up to date
  ` [PATCH RFC tip/core/rcu 02/41] rcu: Improve synchronize_rcu() diagnostics
  ` [PATCH RFC tip/core/rcu 03/41] rcu: Add lockdep-RCU checks for simple self-deadlock
  ` [PATCH RFC tip/core/rcu 04/41] rcu: Add diagnostic for misaligned rcu_head structures
  ` [PATCH RFC tip/core/rcu 05/41] rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
  ` [PATCH RFC tip/core/rcu 06/41] rcu: Move RCU_TRACE to lib/Kconfig.debug
  ` [PATCH RFC tip/core/rcu 07/41] s390: Convert call_rcu() to kfree_rcu()
  ` [PATCH RFC tip/core/rcu 08/41] tcm_fc: "
  ` [PATCH RFC tip/core/rcu 09/41] ipv4: "
  ` [PATCH RFC tip/core/rcu 10/41] "
  ` [PATCH RFC tip/core/rcu 11/41] mac80211: "
  ` [PATCH RFC tip/core/rcu 12/41] rcu: Simplify offline processing
  ` [PATCH RFC tip/core/rcu 13/41] rcu: Make rcutorture flag online/offline failures
  ` [PATCH RFC tip/core/rcu 14/41] rcu: Limit lazy-callback duration
  ` [PATCH RFC tip/core/rcu 15/41] rcu: Check for callback invocation from offline CPUs
  ` [PATCH RFC tip/core/rcu 16/41] rcu: Don't make callbacks go through second full grace period
  ` [PATCH RFC tip/core/rcu 17/41] rcu: Remove single-rcu_node optimization in rcu_start_gp()
  ` [PATCH RFC tip/core/rcu 18/41] rcu: Protect __rcu_read_unlock() against scheduler-using irq handlers
  ` [PATCH RFC tip/core/rcu 19/41] rcu: Streamline code produced by __rcu_read_unlock()
  ` [PATCH RFC tip/core/rcu 20/41] rcu: Prevent RCU callbacks from executing before scheduler initialized
  ` [PATCH RFC tip/core/rcu 21/41] rcu: Inform RCU of irq_exit() activity
  ` [PATCH RFC tip/core/rcu 22/41] rcu: Simplify unboosting checks
  ` [PATCH RFC tip/core/rcu 23/41] rcu: Clean up straggling rcu_preempt_needs_cpu() name
  ` [PATCH RFC tip/core/rcu 24/41] rcu: Check for idle-loop entry while in RCU read-side critical section
  ` [PATCH RFC tip/core/rcu 25/41] rcu: Make rcu_sleep_check() also check rcu_lock_map
  ` [PATCH RFC tip/core/rcu 26/41] rcu: Note that rcu_access_pointer() can be used for teardown
  ` [PATCH RFC tip/core/rcu 27/41] rcu: Remove #ifdef CONFIG_SMP from TREE_RCU
  ` [PATCH RFC tip/core/rcu 28/41] rcu: Set RCU CPU stall times via sysfs
  ` [PATCH RFC tip/core/rcu 29/41] rcu: Print scheduling-clock information on RCU CPU stall-warning messages
  ` [PATCH RFC tip/core/rcu 30/41] rcutorture: Permit holding off CPU-hotplug operations during boot
  ` [PATCH RFC tip/core/rcu 31/41] rcu: Add CPU-stall capability to rcutorture
  ` [PATCH RFC tip/core/rcu 32/41] rcu: Update stall-warning documentation
  ` [PATCH RFC tip/core/rcu 33/41] rcu: Make boolean rcutorture parameters be of type "bool"
  ` [PATCH RFC tip/core/rcu 34/41] rcu: Check for illegal use of RCU from offlined CPUs
  ` [PATCH RFC tip/core/rcu 35/41] rcu: Move synchronize_sched_expedited() to rcutree.c
  ` [PATCH RFC tip/core/rcu 36/41] rcu: No interrupt disabling for rcu_prepare_for_idle()
  ` [PATCH RFC tip/core/rcu 37/41] lockdep: Add CPU-idle/offline warning to lockdep-RCU splat
  ` [PATCH RFC tip/core/rcu 38/41] rcu: Rework detection of use of RCU by offline CPUs
  ` [PATCH RFC tip/core/rcu 39/41] rcu: Wait at least a jiffy before declaring a CPU to be offline
  ` [PATCH RFC tip/core/rcu 40/41] rcu: Call out dangers of expedited RCU primitives
  ` [PATCH RFC tip/core/rcu 41/41] rcu: Trace only after NULL-pointer check

[PATCH] selftests: Make run_tests executable
 2012-02-01 19:54 UTC  (4+ messages)

[PATCH 00/10] cgroups: Task counter subsystem v8
 2012-02-01 19:51 UTC  (4+ messages)

FireWire/SBP2 Target mode
 2012-02-01 19:50 UTC  (3+ messages)

[PATCH] [trivial] atm: Fix typo in lanai.c
 2012-02-01 19:46 UTC  (2+ messages)

[PATCH] [trivial] vmxnet3: Fix typo in vmxnet3_drv.c
 2012-02-01 19:46 UTC  (2+ messages)

[PATCH] net: Disambiguate kernel message
 2012-02-01 19:42 UTC  (4+ messages)

[PATCH RESEND 00/16] some compiler warning fixes
 2012-02-01 19:40 UTC  (3+ messages)
` [PATCH 14/16] hamradio: fix incompatible pointer in module parameter

[PATCH 1/5] net/hyperv: Convert camel cased variables in rndis_filter.c to lower cases
 2012-02-01 19:39 UTC  (3+ messages)

[PATCH v2] pinctrl: pin configuration states
 2012-02-01 19:34 UTC 

[PATCH] pinctrl: pin configuration states
 2012-02-01 19:28 UTC  (3+ messages)

[WARN] offlining CPUs yields warning at arch/x86/kernel/smp.c:120
 2012-02-01 19:24 UTC  (2+ messages)

[PATCH net-next 1/2] netpoll: Convert printks to np_<level> and add pr_fmt
 2012-02-01 19:22 UTC  (4+ messages)
` [PATCH net-next 2/2] netpoll: Neaten MAX_SKB_SIZE macro

[PATCH] powerpc: use string library
 2012-02-01 19:15 UTC  (3+ messages)
` [PATCH] mISDN: use memchr_inv

[PATCH] drivercore: Output common devicetree information in uevent
 2012-02-01 19:09 UTC  (2+ messages)

perf: prctl(PR_TASK_PERF_EVENTS_DISABLE) has no effect
 2012-02-01 19:03 UTC  (7+ messages)

CFS scheduler behavior regards root group
 2012-02-01 18:56 UTC 

[V2 Patch] nmi watchdog: do not use cpp symbol in Kconfig
 2012-02-01 18:55 UTC  (2+ messages)

Memory corruption due to word sharing
 2012-02-01 17:52 UTC 

[GIT] Fixes for MPI library
 2012-02-01 18:48 UTC  (3+ messages)

[RFC][PATCH v1 0/9] ima: appraisal extension
 2012-02-01 18:46 UTC  (4+ messages)
` [RFC][PATCH v1 5/9] ima: allocating iint improvements

[PATCH 1/2] drm/radeon: fix invalid memory access in radeon_atrm_get_bios()
 2012-02-01 18:42 UTC  (3+ messages)

[PATCH v2] pinctrl: delete raw device pointers in pinmux maps
 2012-02-01 18:42 UTC 

[PATCH] pinctrl: delete raw device pointers in pinmux maps
 2012-02-01 18:41 UTC  (3+ messages)

rcu warnings cause stack overflow
 2012-02-01 18:31 UTC  (6+ messages)

huge debug_objects_cache. swapping but 25% mem free
 2012-02-01 18:29 UTC  (2+ messages)

sysfs regression: wrong link counts
 2012-02-01 18:29 UTC  (2+ messages)

[PATCH] dmaengine: care sd_dma_address/len in dmaengine_prep_slave_single()
 2012-02-01 18:22 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] pinctrl: restore pin naming
 2012-02-01 19:18 UTC  (2+ messages)

[PATCH] ARM: LPC32xx: Ethernet support
 2012-02-01 18:16 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).