linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-13 18:44:27 to 2012-08-13 22:05:12 UTC [more...]

[ 00/44] 3.0.41-stable review
 2012-08-13 22:02 UTC  (23+ messages)
` [ 01/44] [IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
` [ 02/44] SUNRPC: return negative value in case rpcbind client creation error
` [ 04/44] pcdp: use early_ioremap/early_iounmap to access pcdp table
` [ 06/44] ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+
` [ 07/44] ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
` [ 08/44] ARM: 7478/1: errata: extend workaround for erratum #720789
` [ 10/44] ALSA: hda - remove quirk for Dell Vostro 1015
` [ 13/44] x86, nops: Missing break resulting in incorrect selection on Intel
` [ 14/44] random: Add support for architectural random hooks
` [ 15/44] fix typo/thinko in get_random_bytes()
` [ 16/44] random: Use arch_get_random_int instead of cycle counter if avail
` [ 17/44] random: Use arch-specific RNG to initialize the entropy store
` [ 18/44] random: Adjust the number of loops when initializing
` [ 19/44] drivers/char/random.c: fix boot id uniqueness race
` [ 21/44] random: use lockless techniques in the interrupt path
` [ 22/44] random: create add_device_randomness() interface
` [ 24/44] net: feed /dev/random with the MAC address when registering a device
` [ 25/44] random: use the arch-specific rng in xfer_secondary_pool
` [ 26/44] random: add new get_random_bytes_arch() function
` [ 27/44] random: add tracepoints for easier debugging and verification
` [ 29/44] rtc: wm831x: Feed the write counter into device_add_randomness()
` [ 30/44] mfd: wm831x: Feed the device UUID "

[PATCH 1/2] gmux: Add generic write32 function
 2012-08-13 22:03 UTC  (8+ messages)
` [PATCH 2/2] apple_gmux: Add support for newer hardware

allocation of contiguous memory in kernel mode
 2012-08-13 22:02 UTC  (2+ messages)

[PATCH] x86, pci: Fix all early PCI scans to check the vendor ID first
 2012-08-13 22:01 UTC  (6+ messages)

[PATCH][Alternative][RFC] PM / Runtime: Introduce driver runtime PM work routine
 2012-08-13 22:06 UTC  (5+ messages)

[PATCH V2 0/5] x86: Create direct mappings for E820_RAM only
 2012-08-13 22:00 UTC  (8+ messages)
` [PATCH 1/5] x86: Only direct map addresses that are marked as E820_RAM
` [PATCH 2/5] x86: find_early_table_space based on memory ranges that are being mapped
` [PATCH 3/5] x86: Keep track of direct mapped pfn ranges
` [PATCH 4/5] x86: Fixup code testing if a pfn is direct mapped
` [PATCH 5/5] x86: Move enabling of PSE and PGE out of init_memory_mapping

[PATCH v7 0/2] kvm: level irqfd and new eoifd
 2012-08-13 22:00 UTC  (11+ messages)
` [PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs

[PATCH v5 00/12] Block cleanups
 2012-08-13 21:55 UTC  (12+ messages)
` [PATCH v5 02/12] dm: Use bioset's front_pad for dm_rq_clone_bio_info
` [PATCH v5 08/12] block: Introduce new bio_split()
` [PATCH v5 12/12] block: Only clone bio vecs that are in use

[PATCH v7 2/2] kvm: KVM_EOIFD, an eventfd for EOIs
 2012-08-13 21:50 UTC  (13+ messages)

Infinite looping in omap2430.c USB driver
 2012-08-13 21:46 UTC  (5+ messages)

[PATCH v3 00/32] provide interfaces to access PCIe capabilities registers
 2012-08-13 21:40 UTC  (3+ messages)
` [PATCH v3 13/32] PCI/MIPS: use PCIe capabilities access functions to simplify implementation

[PATCH 1/1] boot: Put initcall_debug into its own Kconfig option DEBUG_INITCALL
 2012-08-13 21:21 UTC  (3+ messages)

[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg
 2012-08-13 21:21 UTC  (5+ messages)
` [PATCH v2 06/11] memcg: kmem controller infrastructure

[GIT PULL 0/3] arm-soc updates
 2012-08-13 21:13 UTC  (3+ messages)

[PATCH] md/linear: rcu_dereference outside read-lock section
 2012-08-13 21:08 UTC 

[PATCH RFC] Fix "/usr/bin/xargs: rm: Argument list too long" during make distclean
 2012-08-13 21:01 UTC  (4+ messages)

[PATCH 1/3] drivers/misc: Add realtek card reader core driver
 2012-08-13 20:59 UTC  (5+ messages)

[PATCH 0/3] Documentation : hypercalls
 2012-08-13 20:40 UTC  (2+ messages)

[ 00/82] 3.5.2-stable review
 2012-08-13 20:19 UTC  (83+ messages)
` [ 01/82] virtio-blk: Call del_gendisk() before disable guest kick
` [ 02/82] virtio-blk: Reset device after blk_cleanup_queue()
` [ 03/82] virtio-blk: Use block layer provided spinlock
` [ 04/82] [IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
` [ 05/82] asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID
` [ 06/82] selinux: fix selinux_inode_setxattr oops
` [ 07/82] lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
` [ 08/82] sunrpc: clnt: Add missing braces
` [ 09/82] SUNRPC: return negative value in case rpcbind client creation error
` [ 10/82] mISDN: Bugfix only few bytes are transfered on a connection
` [ 11/82] nilfs2: fix deadlock issue between chcp and thaw ioctls
` [ 12/82] media: ene_ir: Fix driver initialisation
` [ 13/82] media: m5mols: Correct reported ISO values
` [ 14/82] media: videobuf-dma-contig: restore buffer mapping for uncached bufers
` [ 15/82] pcdp: use early_ioremap/early_iounmap to access pcdp table
` [ 16/82] memcg: prevent OOM with too many dirty pages
` [ 17/82] memcg: further "
` [ 18/82] mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()
` [ 19/82] ARM: 7466/1: disable interrupt before spinning endlessly
` [ 20/82] ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+
` [ 21/82] ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspend
` [ 22/82] ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UP
` [ 23/82] ARM: 7478/1: errata: extend workaround for erratum #720789
` [ 24/82] ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches
` [ 25/82] ARM: 7480/1: only call smp_send_stop() on SMP
` [ 26/82] ARM: Fix undefined instruction exception handling
` [ 27/82] ALSA: hda - add dock support for Thinkpad T430s
` [ 28/82] ALSA: hda - add dock support for Thinkpad X230
` [ 29/82] ALSA: hda - remove quirk for Dell Vostro 1015
` [ 30/82] ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo Ideapad
` [ 31/82] mm: setup pageblock_order before its used by sparsemem
` [ 32/82] mm: mmu_notifier: fix freed page still mapped in secondary MMU
` [ 33/82] md/raid1: dont abort a resync on the first badblock
` [ 34/82] video/smscufx: fix line counting in fb_write
` [ 35/82] block: uninitialized ioc->nr_tasks triggers WARN_ON
` [ 36/82] sh: Fix up recursive fault in oops with unset TTB
` [ 37/82] ore: Fix out-of-bounds access in _ios_obj()
` [ 38/82] ACPI processor: Fix tick_broadcast_mask online/offline regression
` [ 39/82] mISDN: Bugfix for layer2 fixed TEI mode
` [ 40/82] mac80211: cancel mesh path timer
` [ 41/82] ath9k: Add PID/VID support for AR1111
` [ 42/82] wireless: reg: restore previous behaviour of chan->max_power calculations
` [ 43/82] x86, nops: Missing break resulting in incorrect selection on Intel
` [ 44/82] x86-64, kcmp: The kcmp system call can be common
` [ 45/82] Input: synaptics - handle out of bounds values from the hardware
` [ 46/82] random: make add_interrupt_randomness() do something sane
` [ 47/82] random: use lockless techniques in the interrupt path
` [ 48/82] random: create add_device_randomness() interface
` [ 49/82] usb: feed USB device information to the /dev/random driver
` [ 50/82] net: feed /dev/random with the MAC address when registering a device
` [ 51/82] random: use the arch-specific rng in xfer_secondary_pool
` [ 52/82] random: add new get_random_bytes_arch() function
` [ 53/82] random: add tracepoints for easier debugging and verification
` [ 54/82] MAINTAINERS: Theodore Tso is taking over the random driver
` [ 55/82] rtc: wm831x: Feed the write counter into device_add_randomness()
` [ 56/82] mfd: wm831x: Feed the device UUID "
` [ 57/82] random: remove rand_initialize_irq()
` [ 58/82] random: Add comment to random_initialize()
` [ 59/82] dmi: Feed DMI table to /dev/random driver
` [ 60/82] random: mix in architectural randomness in extract_buf()
` [ 61/82] HID: multitouch: add support for Novatek touchscreen
` [ 62/82] HID: add support for Cypress barcode scanner 04B4:ED81
` [ 63/82] HID: add ASUS AIO keyboard model AK1D
` [ 64/82] mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
` [ 65/82] target: Add range checking to UNMAP emulation
` [ 66/82] target: Fix reading of data length fields for UNMAP commands
` [ 67/82] target: Fix possible integer underflow in UNMAP emulation
` [ 68/82] target: Check number of unmap descriptors against our limit
` [ 69/82] ARM: clk-imx31: Fix the keypad clock name
` [ 70/82] ARM: imx: enable emi_slow_gate clock for imx5
` [ 71/82] ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig
` [ 72/82] ARM: dts: imx53-ard: add regulators for lan9220
` [ 73/82] ARM: pxa: remove irq_to_gpio from ezx-pcap driver
` [ 74/82] cfg80211: process pending events when unregistering net device
` [ 75/82] printk: Fix calculation of length used to discard records
` [ 76/82] tun: dont zeroize sock->file on detach
` [ 77/82] Yama: higher restrictions should block PTRACE_TRACEME
` [ 78/82] iwlwifi: disable greenfield transmissions as a workaround
` [ 79/82] e1000e: NIC goes up and immediately goes down
` [ 80/82] Input: eeti_ts: pass gpio value instead of IRQ
` [ 81/82] Input: wacom - Bamboo One 1024 pressure fix
` [ 82/82] rt61pci: fix NULL pointer dereference in config_lna_gain

[PATCH 01/21] userns: Convert net/core/scm.c to use kuids and kgids
 2012-08-13 20:26 UTC  (22+ messages)
  ` [PATCH 02/21] userns: Convert __dev_set_promiscuity to use kuids in audit logs
  ` [PATCH 03/21] userns: Convert sock_i_uid to return a kuid_t
  ` [PATCH 04/21] userns: Allow USER_NS and NET simultaneously in Kconfig
  ` [PATCH 05/21] userns: Make seq_file's user namespace accessible
  ` [PATCH 06/21] userns: Print out socket uids in a user namespace aware fashion
  ` [PATCH 07/21] userns: Use kgids for sysctl_ping_group_range
  ` [PATCH 08/21] net ip6 flowlabel: Make owner a union of struct pid * and kuid_t
  ` [PATCH 09/21] pidns: Export free_pid_ns
  ` [PATCH 10/21] userns: Convert net/ax25 to use kuid_t where appropriate
  ` [PATCH 11/21] netlink: Make the sending netlink socket availabe in NETLINK_CB
  ` [PATCH 12/21] userns: Implement sk_user_ns
  ` [PATCH 13/21] userns: Teach inet_diag to work with user namespaces
  ` [PATCH 14/21] userns: nfnetlink_log: Report socket uids in the log sockets user namespace
  ` [PATCH 15/21] net sched: Pass the skb into change so it can access NETLINK_CB
  ` [PATCH 16/21] userns: Convert cls_flow to work with user namespaces enabled
  ` [PATCH 17/21] userns: Convert xt_LOG to print socket kuids and kgids as uids and gids
  ` [PATCH 18/21] userns xt_recent: Specify the owner/group of ip_list_perms in the initial user namespace
  ` [PATCH 19/21] userns: xt_owner: Add basic user namespace support
  ` [PATCH 20/21] userns: Make the airo wireless driver use kuids for proc uids and gids
  ` [PATCH 21/21] userns: Convert tun/tap to use kuid and kgid where appropriate

[GIT PULL] New TPM driver, hwrng driver and fixes
 2012-08-13 20:44 UTC  (2+ messages)

Backports mailing list
 2012-08-13 20:42 UTC 

[RFC PATCH 0/5] Improve hugepage allocation success rates under load V3
 2012-08-13 20:35 UTC  (8+ messages)

[PATCH] x86/ioapic: Fix fallout from IRQ domain conversion
 2012-08-13 20:23 UTC  (4+ messages)
` [PATCH] x86/dt: use linear irq domain for ioapic(s)
    ` [PATCH v2] "

[PATCH v8] kvm: notify host when the guest is panicked
 2012-08-13 20:24 UTC  (4+ messages)
  ` [Qemu-devel] "

[patch 0/2] [V4] block: Support online resize of disk partitions
 2012-08-13 20:20 UTC  (3+ messages)
` [patch 2/2] util-linux: resizepart: Utility to resize a partition

[PATCH] drivers/media/video/mx2_emmaprp.c: use devm_kzalloc and devm_clk_get
 2012-08-13 20:20 UTC  (8+ messages)

[PATCH V3] regulator: tps6586x: add support for SYS rail
 2012-08-13 20:04 UTC  (3+ messages)

[bisected] nouveau: "Failed to idle channel x" after resume
 2012-08-13 19:49 UTC  (11+ messages)

[PATCH 2/6] drivers/mfd: drop frees of devm allocated data
 2012-08-13 19:36 UTC  (3+ messages)

[userns:userns-always-map-user-v45 80/99] fs/namespace.c:2290:1: error: unknown type name 'atomic64_t'
 2012-08-13 19:08 UTC  (7+ messages)
          ` Architectures missing atomic64_t

[PATCH v2 0/6] Avoid cache trashing on clearing huge/gigantic page
 2012-08-13 19:07 UTC  (6+ messages)
` [PATCH v2 4/6] x86: Add clear_page_nocache

[patch net-next 00/16] net: introduce upper device lists and remove dev->master
 2012-08-13 19:04 UTC  (3+ messages)
` [patch net-next 03/16] vlan: add link to upper device

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-13 18:56 UTC  (5+ messages)

[PATCH 13/38] perf: Add perf_output_skip function to skip bytes in sample
 2012-08-13 18:37 UTC  (7+ messages)
` [PATCH 14/38] perf: Add ability to attach user stack dump to sample
` [PATCH 15/38] perf: Add attribute to filter out callchains
` [PATCH 18/38] perf tools: Add libunwind dependency for DWARF CFI unwinding
` [PATCH 19/38] perf tools: Support user regs and stack in sample parsing
` [PATCH 23/38] perf symbols: Remove unused function map__objdump_2ip
` [PATCH 33/38] perf symbols: Set symtab_type in dso__load_sym


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).