messages from 2015-05-11 17:56:03 to 2015-05-11 18:07:30 UTC [more...]
[PATCH 4.0 00/72] 4.0.3-stable review
2015-05-11 17:55 UTC (25+ messages)
` [PATCH 4.0 07/72] MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices()
` [PATCH 4.0 08/72] MIPS: OCTEON: dma-octeon: fix OHCI USB config check
` [PATCH 4.0 09/72] MIPS: OCTEON: Use correct CSR to soft reset
` [PATCH 4.0 10/72] Revert "MIPS: Remove race window in page fault handling"
` [PATCH 4.0 11/72] MIPS: Fix race condition in lazy cache flushing
` [PATCH 4.0 13/72] MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000N
` [PATCH 4.0 14/72] MIPS: Netlogic: Fix for SATA PHY init
` [PATCH 4.0 15/72] MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter
` [PATCH 4.0 16/72] MIPS: r4kcache: Use correct base register for MIPS R6 cache flushes
` [PATCH 4.0 17/72] MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR case
` [PATCH 4.0 18/72] MIPS: kernel: entry.S: Set correct ISA level for mips_ihb
` [PATCH 4.0 22/72] SSB: fix Kconfig dependencies
` [PATCH 4.0 23/72] MIPS: ralink: Fix bad config symbol in PCI makefile
` [PATCH 4.0 24/72] MIPS: ralink: add missing symbol for RALINK_ILL_ACC
` [PATCH 4.0 25/72] MIPS: smp-cps: cpu_set FPU mask if FPU present
` [PATCH 4.0 26/72] MIPS: Kconfig: Disable SMP/CPS for 64-bit
` [PATCH 4.0 27/72] MIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus WL500G
` [PATCH 4.0 28/72] MIPS: asm: elf: Set O32 default FPU flags
` [PATCH 4.0 29/72] MIPS: Makefile: Fix MIPS ASE detection code
` [PATCH 4.0 51/72] uas: Allow uas_use_uas_driver to return usb-storage flags
` [PATCH 4.0 52/72] uas: Add US_FL_MAX_SECTORS_240 flag
` [PATCH 4.0 53/72] uas: Set max_sectors_240 quirk for ASM1053 devices
` [PATCH 4.0 54/72] ext4: fix data corruption caused by unwritten and delayed extents
` [PATCH 4.0 55/72] ext4: move check under lock scope to close a race
[PATCH 3.10 00/19] 3.10.78-stable review
2015-05-11 17:55 UTC (9+ messages)
` [PATCH 3.10 01/19] [PATCH] ipv4: Missing sk_nulls_node_init() in ping_unhash()
` [PATCH 3.10 02/19] ALSA: emux: Fix mutex deadlock at unloading
` [PATCH 3.10 03/19] ALSA: emux: Fix mutex deadlock in OSS emulation
` [PATCH 3.10 04/19] ALSA: emu10k1: Fix card shortname string buffer overflow
` [PATCH 3.10 05/19] ALSA: emu10k1: Emu10k2 32 bit DMA mode
` [PATCH 3.10 08/19] rbd: end I/O the entire obj_request on error
` [PATCH 3.10 17/19] Drivers: hv: vmbus: Dont wait after requesting offers
` [PATCH 3.10 19/19] ARC: signal handling robustify
[RFC][PATCHSET] non-recursive pathname resolution
2015-05-11 18:07 UTC (63+ messages)
` [RFC][PATCHSET v3] non-recursive pathname resolution & RCU symlinks
` [PATCH v3 001/110] 9p: don't bother with 4K allocation for 24-byte local array
` [PATCH v3 002/110] 9p: don't bother with __getname() in ->follow_link()
` [PATCH v3 003/110] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
` [PATCH v3 004/110] ext4: split inode_operations for encrypted symlinks off the rest
` [PATCH v3 005/110] libfs: simple_follow_link()
` [PATCH v3 006/110] ext2: use simple_follow_link()
` [PATCH v3 007/110] befs: switch to simple_follow_link()
` [PATCH v3 010/110] jffs2: "
` [PATCH v3 011/110] shmem: "
` [PATCH v3 012/110] debugfs: "
` [PATCH v3 013/110] ufs: "
` [PATCH v3 014/110] ubifs: "
` [PATCH v3 015/110] sysv: "
` [PATCH v3 016/110] jfs: "
` [PATCH v3 017/110] freevxfs: "
` [PATCH v3 018/110] exofs: switch to {simple,page}_symlink_inode_operations
` [PATCH v3 019/110] ceph: switch to simple_follow_link()
` [PATCH v3 020/110] logfs: fix a pagecache leak for symlinks
` [PATCH v3 021/110] SECURITY: remove nameidata arg from inode_follow_link
` [PATCH v3 022/110] uninline walk_component()
` [PATCH v3 023/110] namei: take O_NOFOLLOW treatment into do_last()
` [PATCH v3 024/110] do_last: kill symlink_ok
` [PATCH v3 025/110] do_last: regularize the logics around following symlinks
` [PATCH v3 028/110] namei: lift nameidata into filename_mountpoint()
` [PATCH v3 030/110] namei.c: separate the parts of follow_link() that find the link body
` [PATCH v3 031/110] namei: don't bother with ->follow_link() if ->i_link is set
` [PATCH v3 033/110] do_last: move path there from caller's stack frame
` [PATCH v3 034/110] namei: expand nested_symlink() in its only caller
` [PATCH v3 035/110] namei: expand the call of follow_link() in link_path_walk()
` [PATCH v3 036/110] namei: move the calls of may_follow_link() into follow_link()
` [PATCH v3 037/110] namei: rename follow_link to trailing_symlink, move it down
` [PATCH v3 038/110] link_path_walk: handle get_link() returning ERR_PTR() immediately
` [PATCH v3 039/110] link_path_walk: don't bother with walk_component() after jumping link
` [PATCH v3 040/110] link_path_walk: turn inner loop into explicit goto
` [PATCH v3 041/110] link_path_walk: massage a bit more
` [PATCH v3 042/110] link_path_walk: get rid of duplication
` [PATCH v3 043/110] link_path_walk: final preparations to killing recursion
` [PATCH v3 044/110] link_path_walk: kill the recursion
` [PATCH v3 045/110] link_path_walk: split "return from recursive call" path
` [PATCH v3 046/110] link_path_walk: cleanup - turn goto start; into continue;
` [PATCH v3 047/110] namei: move link/cookie pairs into nameidata
` [PATCH v3 048/110] namei: trim redundant arguments of trailing_symlink()
` [PATCH v3 049/110] namei: trim redundant arguments of fs/namei.c:put_link()
` [PATCH v3 050/110] namei: trim the arguments of get_link()
` [PATCH v3 052/110] link_path_walk: nd->depth massage, part 1
` [PATCH v3 053/110] link_path_walk: nd->depth massage, part 2
` [PATCH v3 054/110] link_path_walk: nd->depth massage, part 3
` [PATCH v3 055/110] link_path_walk: nd->depth massage, part 4
` [PATCH v3 056/110] trailing_symlink: nd->depth massage, part 5
` [PATCH v3 057/110] get_link: nd->depth massage, part 6
` [PATCH v3 059/110] put_link: nd->depth massage, part 8
` [PATCH v3 060/110] link_path_walk: nd->depth massage, part 9
` [PATCH v3 062/110] link_path_walk: end of nd->depth massage
` [PATCH v3 063/110] namei: we never need more than MAXSYMLINKS entries in nd->stack
` [PATCH v3 064/110] namei: lift (open-coded) terminate_walk() in follow_dotdot_rcu() into callers
` [PATCH v3 065/110] lift terminate_walk() into callers of walk_component()
` [PATCH v3 066/110] namei: lift (open-coded) terminate_walk() into callers of get_link()
` [PATCH v3 067/110] namei: take put_link() into {lookup,mountpoint,do}_last()
` [PATCH v3 068/110] namei: have terminate_walk() do put_link() on everything left
` [PATCH v3 069/110] link_path_walk: move the OK: inside the loop
` [PATCH v3 070/110] namei: new calling conventions for walk_component()
[v4.0: PATCH 0/3] ARM: dts: keystone: dt fixes for netcp driver
2015-05-11 18:05 UTC (10+ messages)
` [v4.0: PATCH 1/3] ARM: dts: k2hk: fix the netcp range size
` [v4.0: PATCH 2/3] ARM: dts: k2e: "
` [v4.0: PATCH 3/3] ARM: dts: k2l: "
Chromium layout rendering issue
2015-05-11 18:06 UTC (5+ messages)
[PATCH v2] genirq: devres: Fix testing return value of request_any_context_irq()
2015-05-11 18:06 UTC (2+ messages)
[PATCH 0/3] Allow user to request memory to be locked on page fault
2015-05-11 18:06 UTC (5+ messages)
[PATCH] block: remove export for blk_queue_bio
2015-05-11 18:06 UTC
[GIT PULL v2] selftest: Add futex functional tests
2015-05-11 18:06 UTC (3+ messages)
` [PATCH 1/5] selftests: "
[PATCH 0/2] Retry attempts to acquire the packed-refs lock
2015-05-11 18:04 UTC (3+ messages)
` [PATCH 1/2] lockfile: allow file locking to be retried with a timeout
[U-Boot] [PATCH v2] mx6cuboxi: Skip usb initialization when booting without HDMI
2015-05-11 18:05 UTC (4+ messages)
[PATCH v2 00/16] NFS/RDMA patches proposed for 4.2
2015-05-11 18:04 UTC (34+ messages)
` [PATCH v2 01/16] SUNRPC: Transport fault injection
` [PATCH v2 02/16] xprtrdma: Warn when there are orphaned IB objects
` [PATCH v2 03/16] xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt
` [PATCH v2 04/16] xprtrdma: Remove rr_func
` [PATCH v2 05/16] xprtrdma: Use ib_device pointer safely
` [PATCH v2 06/16] xprtrdma: Introduce helpers for allocating MWs
` [PATCH v2 07/16] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()
` [PATCH v2 08/16] xprtrdma: Introduce an FRMR recovery workqueue
` [PATCH v2 09/16] xprtrdma: Acquire MRs in rpcrdma_register_external()
` [PATCH v2 10/16] xprtrdma: Remove unused LOCAL_INV recovery logic
` [PATCH v2 11/16] xprtrdma: Remove ->ro_reset
` [PATCH v2 12/16] xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy
` [PATCH v2 13/16] xprtrdma: Split rb_lock
` [PATCH v2 14/16] xprtrdma: Stack relief in fmr_op_map()
` [PATCH v2 15/16] xprtrdma: Reduce per-transport MR allocation
` [PATCH v2 16/16] SUNRPC: Clean up bc_send()
[PATCH 1/2] drm/exynos: mixer: don't dump registers under spinlock
2015-05-11 18:04 UTC (4+ messages)
` [PATCH 2/2] drm/exynos: 'win' is always unsigned
[PATCH 3.14 00/25] 3.14.42-stable review
2015-05-11 17:55 UTC (21+ messages)
` [PATCH 3.14 02/25] ALSA: emux: Fix mutex deadlock at unloading
` [PATCH 3.14 03/25] ALSA: emux: Fix mutex deadlock in OSS emulation
` [PATCH 3.14 04/25] ALSA: emu10k1: Fix card shortname string buffer overflow
` [PATCH 3.14 05/25] ALSA: emu10k1: Emu10k2 32 bit DMA mode
` [PATCH 3.14 08/25] serial: of-serial: Remove device_type = "serial" registration
` [PATCH 3.14 09/25] ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
` [PATCH 3.14 12/25] ext4: fix data corruption caused by unwritten and delayed extents
` [PATCH 3.14 13/25] 3w-xxxx: fix command completion race
` [PATCH 3.14 14/25] 3w-9xxx: "
` [PATCH 3.14 15/25] 3w-sas: "
` [PATCH 3.14 16/25] drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5
` [PATCH 3.14 17/25] usb: musb: use new USB_RESUME_TIMEOUT
` [PATCH 3.14 18/25] usb: host: oxu210hp: "
` [PATCH 3.14 19/25] usb: host: ehci: "
` [PATCH 3.14 20/25] usb: gadget: printer: enqueue printers response for setup request
` [PATCH 3.14 21/25] staging: panel: fix lcd type
` [PATCH 3.14 22/25] Drivers: hv: vmbus: Dont wait after requesting offers
` [PATCH 3.14 23/25] compal-laptop: Fix leaking hwmon device
` [PATCH 3.14 24/25] UBI: fix soft lockup in ubi_check_volume()
` [PATCH 3.14 25/25] ARC: signal handling robustify
[U-Boot] [PATCH v1 0/3] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT
2015-05-11 18:03 UTC
[PATCH V4 0/3] systemd: split modules into packages
2015-05-11 18:02 UTC (4+ messages)
` [PATCH V4 1/3] dbus: split tools package
` [PATCH V4 2/3] systemd: removing workaround odering journal after remote-fs.target
` [PATCH V4 3/3] systemd: split modules into packages
[PATCH v5 0/9] snic:initial submission of snic driver for Cisco SCSI HBA
2015-05-11 18:03 UTC (15+ messages)
` [PATCH v5 3/9] snic:Add meta request, handling of meta requests
` [PATCH v5 4/9] snic:Add snic target discovery
` [PATCH v5 5/9] snic:add SCSI handling, AEN, and fwreset handling
` [PATCH v5 6/9] snic:Add low level queuing interfaces
` [PATCH v5 7/9] snic:Add sysfs entries to list stats and trace data
` [PATCH v5 8/9] snic:Add event tracing to capture IO events
` [PATCH v5 9/9] snic:Add Makefile, patch Kconfig, MAINTAINERS
[Bug 73530] New: Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12
2015-05-11 18:03 UTC (3+ messages)
` [Bug 73530] Asus U38N: Black screen with Radeon driver in Linux
[PATCH net-next] cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS
2015-05-11 23:13 UTC
spi: race in spi_finalize_current_message starting queue_kthread_work before the message is unmapped
2015-05-11 18:00 UTC (2+ messages)
[PATCH 0/6] support "dataplane" mode for nohz_full
2015-05-11 18:00 UTC (11+ messages)
[PATCH] locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
2015-05-11 17:57 UTC
[merged] change-all-uses-of-jobctl_-from-int-to-long.patch removed from -mm tree
2015-05-11 17:58 UTC
[merged] change-wait_on_bit-to-take-an-unsigned-long-not-a-void.patch removed from -mm tree
2015-05-11 17:58 UTC
[merged] fix-a-misaligned-load-inside-ptrace_attach.patch removed from -mm tree
2015-05-11 17:58 UTC
[PATCH v1 0/2] *** update obsolete configuration to support
2015-05-11 17:58 UTC (5+ messages)
` [PATCH v1 1/2] scsi: ufs: update obsolete configuration of ARCH_MSM into ARCH_QCOM
` [PATCH v1 2/2] phy: "
[PATCH] force inlining of spinlock ops
2015-05-11 17:57 UTC
[PATCH v2 00/18] Improve handling of D/F conflicts
2015-05-11 17:56 UTC (2+ messages)
(unknown),
2015-05-11 17:56 UTC (4+ messages)
` [PATCH v4 1/3] tree-walk: learn get_tree_entry_follow_symlinks
` [PATCH v4 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v4 3/3] cat-file: add --follow-symlinks to --batch
Bug Report
2015-05-11 17:56 UTC (3+ messages)
[PATCH 2/2] adm8211: fix the possible pci cache line sizes inside switch-case
2015-05-11 17:56 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.