All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-13 19:49:29 to 2012-08-13 20:26:34 UTC [more...]

[ 00/82] 3.5.2-stable review
 2012-08-13 20:19 UTC  (62+ 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
` [ 05/82] asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID
` [ 07/82] lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
` [ 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
` [ 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
` [ 17/82] memcg: further prevent OOM with too many dirty pages
` [ 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
` [ 29/82] ALSA: hda - remove quirk for Dell Vostro 1015
` [ 30/82] ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo Ideapad
` [ 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
` [ 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
` [ 50/82] net: feed /dev/random with the MAC address when registering a device
` [ 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()
` [ 64/82] mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
` [ 65/82] target: Add range checking to UNMAP emulation
` [ 67/82] target: Fix possible integer underflow in "
` [ 68/82] target: Check number of unmap descriptors against our limit
` [ 70/82] ARM: imx: enable emi_slow_gate clock for imx5
` [ 72/82] ARM: dts: imx53-ard: add regulators for lan9220
` [ 73/82] ARM: pxa: remove irq_to_gpio from ezx-pcap driver
` [ 75/82] printk: Fix calculation of length used to discard records
` [ 76/82] tun: dont zeroize sock->file on detach
` [ 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

[REVIEW][PATCH 0/21] User namespace changes to the networking stack
 2012-08-13 20:26 UTC  (55+ messages)
` [PATCH 01/21] userns: Convert net/core/scm.c to use kuids and kgids
  ` [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 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 18/21] userns xt_recent: Specify the owner/group of ip_list_perms in the initial user namespace
    ` [PATCH 21/21] userns: Convert tun/tap to use kuid and kgid where appropriate
  ` [PATCH 12/21] userns: Implement sk_user_ns
  ` [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 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 v8] kvm: notify host when the guest is panicked
 2012-08-13 20:24 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH] psplash: Update to latest version of psplash. Tweak LIC_FILES_CHKSUM variable
 2012-08-13 20:33 UTC 

[PATCH RFC 0/3] NFS41: optimize layoutget
 2012-08-13 20:21 UTC  (6+ messages)
` [PATCH RFC 2/3] NFS41: send real write size in layoutget

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

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

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

[U-Boot] u-boot preventing access to NAND chip on imx28evk board
 2012-08-13 20:18 UTC 

Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor
 2012-08-13 20:16 UTC  (13+ messages)

[RESEND PATCH] ARM: Handle user space mapped pages in flush_kernel_dcache_page
 2012-08-13 20:15 UTC  (4+ messages)

[PATCH 0/7] modeset rework prep patches
 2012-08-13 20:14 UTC  (3+ messages)

Preliminary topic proposals for the ARM mini-summit
 2012-08-13 20:12 UTC  (2+ messages)

[RFC PATCH] wfqueue: expand API, simplify implementation, small performance boost
 2012-08-13 20:12 UTC 

[Qemu-devel] [Bug 1036363] [NEW] Major network performance problems on AMD hardware
 2012-08-13 20:03 UTC  (2+ messages)
` [Qemu-devel] [Bug 1036363] "

cherry-pick and 'log --no-walk' and ordering
 2012-08-13 20:10 UTC  (4+ messages)
` [PATCH 2/4] revisions passed to cherry-pick should be in "default" order

[U-Boot] [PATCH] patman: Allow for changelog use in first version of a series
 2012-08-13 20:08 UTC 

[PATCH] brcm80211: smac: set interface down on reset
 2012-08-13 20:05 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/4] mxs: Remove not required explicit iomux-mx28.h include
 2012-08-13 20:05 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] mxs: Remove not required include of iomux-mx28.h
` [U-Boot] [PATCH v2 3/4] mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
` [U-Boot] [PATCH v2 4/4] mxs: Convert sys_proto.h prefixes to 'mxs'

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

[PATCH 1/1] filetype: add command support
 2012-08-13 20:03 UTC 

[PATCH] mfd/regulator: tps65217: Move regulator plat data handling to regulator
 2012-08-13 20:02 UTC  (4+ messages)

[Buildroot] [PATCH 1/7] samba: add license info and smbta-util option
 2012-08-13 20:02 UTC  (7+ messages)
` [Buildroot] [PATCH 2/7] cifs-utils: bump to version 5.6
` [Buildroot] [PATCH 3/7] iw: bump to version 3.6
` [Buildroot] [PATCH 4/7] smartmontools: bump to version 5.43
` [Buildroot] [PATCH 5/7] iproute2: bump to version 3.5.0
` [Buildroot] [PATCH 6/7] libfuse: bump to version 2.9.1
` [Buildroot] [PATCH 7/7] mpd: bump to version 0.17.1

[lm-sensors] Please reconsider SCH5514
 2012-08-13 20:02 UTC  (2+ messages)

[Qemu-devel] [qemu-devel] [PATCH V2 0/3] [RFC] libqblock draft code v2
 2012-08-13 20:00 UTC  (6+ messages)

[U-Boot] [PATCH v2 4/6] nand_spl: update udelay for Freescale boards
 2012-08-13 20:00 UTC  (2+ messages)
` [U-Boot] [PATCH v2 5/6] nand_spl: p1023rds: wait before enabling DDR controller

[Qemu-devel] [RFC 00/15] attempt to fix CPU topology info on CPU APIC IDs
 2012-08-13 20:01 UTC  (7+ messages)
` [Qemu-devel] [RFC 03/15] kvm: set vcpu_id to APIC ID instead of CPU index
` [Qemu-devel] [RFC 06/15] pc: set FW_CFG data based on APIC ID calculation

[PATCH] compat: add tty_{un}lock() for kernel < 3.7
 2012-08-13 19:59 UTC 

[PATCH] atmel-ssc: include linux/io.h for raw io
 2012-08-13 19:59 UTC 

Your branch and 'origin/master' have diverged
 2012-08-13 19:58 UTC 

[Buildroot] git clone with http not giving me commits after Jul 6
 2012-08-13 19:56 UTC  (3+ messages)

[PATCH] meta-arago-upstream: Create new upstream layer
 2012-08-13 20:05 UTC 

[PATCH] distutils.bbclass: fix libdir for 64-bit python modules built with distutils
 2012-08-13 19:44 UTC 

[git:v4l-dvb/for_v3.7] [media] staging: lirc: use %*ph to print small buffers
 2012-08-13 19:31 UTC 

[Qemu-devel] [PATCH] qom: add style guide
 2012-08-13 19:55 UTC  (2+ messages)

[git:v4l-dvb/for_v3.7] [media] ARM: mach-omap2: board-rx51-peripherals: Add lirc-rx51 data
 2012-08-13 19:54 UTC 

[PATCH v2] dbus: Set License to GPLv2+
 2012-08-13 20:02 UTC 

[git:v4l-dvb/for_v3.7] [media] media: rc: Introduce RX51 IR transmitter driver
 2012-08-13 19:53 UTC 

[trace:rfc:multi-buffers-v4 23/26] kernel/trace/trace_mmiotrace.c:333:33: error: incompatible ty
 2012-08-13 19:53 UTC 

[Qemu-devel] [PATCH] trace/simple: Replace asprintf by g_strdup_printf
 2012-08-13 19:51 UTC 

[Qemu-devel] [PATCH 0/2] s390: block size auto-sensing and geometry guessing changes in common code
 2012-08-13 19:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-block: support auto-sensing of block sizes

[Qemu-devel] [PATCH] trace/simple: Fix compiler warning for 32 bit hosts
 2012-08-13 19:50 UTC 

[PATCH][Alternative][RFC] PM / Runtime: Introduce driver runtime PM work routine
 2012-08-13 19:56 UTC  (2+ messages)

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

Blocklayout
 2012-08-13 19:50 UTC  (13+ messages)
    ` Blocklayout

[Qemu-devel] [PULL 00/48]: QMP queue
 2012-08-13 19:49 UTC  (17+ messages)
` [Qemu-devel] [PATCH 33/48] qerror: drop qerror_table and qerror_format()
` [Qemu-devel] [PATCH 34/48] error, qerror: drop QDict member
` [Qemu-devel] [PATCH 35/48] docs: writing-qmp-commands.txt: update error section
` [Qemu-devel] [PATCH 36/48] scripts: qapi-commands.py: qmp-commands.h: include qdict.h
` [Qemu-devel] [PATCH 37/48] qmp: don't emit the RESET event on wakeup from S3
` [Qemu-devel] [PATCH 38/48] qmp: emit the WAKEUP event when the guest is put to run
` [Qemu-devel] [PATCH 39/48] qmp: qmp-events.txt: put events in alphabetical order
` [Qemu-devel] [PATCH 40/48] qmp: qmp-events.txt: add missing doc for the SUSPEND event
` [Qemu-devel] [PATCH 41/48] qmp: add SUSPEND_DISK event
` [Qemu-devel] [PATCH 42/48] qmp: introduce device-list-properties command
` [Qemu-devel] [PATCH 43/48] qapi: mark QOM commands stable
` [Qemu-devel] [PATCH 44/48] qapi: add query-machines command
` [Qemu-devel] [PATCH 45/48] compiler: add macro for GCC weak symbols
` [Qemu-devel] [PATCH 46/48] qapi: add query-cpu-definitions command (v2)
` [Qemu-devel] [PATCH 47/48] target-i386: add implementation of query-cpu-definitions (v2)
` [Qemu-devel] [PATCH 48/48] target-ppc: "

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


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.