All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-07 02:09:12 to 2015-01-07 02:50:46 UTC [more...]

[PATCH 3.10 00/38] 3.10.64-stable review
 2015-01-07  1:50 UTC  (7+ messages)
` [PATCH 3.10 18/38] mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
` [PATCH 3.10 19/38] mnt: Update unprivileged remount test
` [PATCH 3.10 20/38] umount: Disallow unprivileged mount force
` [PATCH 3.10 21/38] groups: Consolidate the setgroups permission checks
` [PATCH 3.10 22/38] userns: Document what the invariant required for safe unprivileged mappings
` [PATCH 3.10 26/38] userns: Only allow the creator of the userns "

[PATCH] bond: vlan flags misinterpreted in xmit_slave_hash function
 2015-01-07  2:50 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 3.14 00/52] 3.14.28-stable review
 2015-01-07  2:07 UTC  (41+ messages)
` [PATCH 3.14 01/52] isofs: Fix infinite looping over CE entries
` [PATCH 3.14 06/52] md/bitmap: always wait for writes on unplug
` [PATCH 3.14 07/52] mfd: tc6393xb: Fail ohci suspend if full state restore is required
` [PATCH 3.14 08/52] mmc: dw_mmc: avoid write to CDTHRCTL on older versions
` [PATCH 3.14 09/52] mmc: block: add newline to sysfs display of force_ro
` [PATCH 3.14 11/52] megaraid_sas: corrected return of wait_event from abort frame path
` [PATCH 3.14 12/52] scsi: correct return values for .eh_abort_handler implementations
` [PATCH 3.14 13/52] nfs41: fix nfs4_proc_layoutget error handling
` [PATCH 3.14 14/52] dm bufio: fix memleak when using a dm_buffers inline bio
` [PATCH 3.14 15/52] dm crypt: use memzero_explicit for on-stack buffer
` [PATCH 3.14 16/52] dm cache: only use overwrite optimisation for promotion when in writeback mode
` [PATCH 3.14 17/52] dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
` [PATCH 3.14 18/52] dm space map metadata: fix sm_bootstrap_get_nr_blocks()
` [PATCH 3.14 19/52] dm thin: fix inability to discard blocks when in out-of-data-space mode
` [PATCH 3.14 20/52] dm thin: fix missing out-of-data-space to write mode transition if blocks are released
` [PATCH 3.14 21/52] arm64: Add COMPAT_HWCAP_LPAE
` [PATCH 3.14 22/52] ARM: tegra: Re-add removed SoC id macro to tegra_resume()
` [PATCH 3.14 24/52] x86/tls: Dont validate lm in set_thread_area() after all
` [PATCH 3.14 25/52] isofs: Fix unchecked printing of ER records
` [PATCH 3.14 26/52] KEYS: Fix stale key registration at error path
` [PATCH 3.14 28/52] mac80211: free management frame keys when removing station
` [PATCH 3.14 29/52] mnt: Fix a memory stomp in umount
` [PATCH 3.14 30/52] thermal: Fix error path in thermal_init()
` [PATCH 3.14 32/52] mnt: Update unprivileged remount test
` [PATCH 3.14 33/52] umount: Disallow unprivileged mount force
` [PATCH 3.14 34/52] groups: Consolidate the setgroups permission checks
` [PATCH 3.14 35/52] userns: Document what the invariant required for safe unprivileged mappings
` [PATCH 3.14 36/52] userns: Dont allow setgroups until a gid mapping has been setablished
` [PATCH 3.14 37/52] userns: Dont allow unprivileged creation of gid mappings
` [PATCH 3.14 38/52] userns: Check euid no fsuid when establishing an unprivileged uid mapping
` [PATCH 3.14 39/52] userns: Only allow the creator of the userns unprivileged mappings
` [PATCH 3.14 41/52] userns: Add a knob to disable setgroups on a per user namespace basis
` [PATCH 3.14 42/52] userns: Allow setting gid_maps without privilege when setgroups is disabled
` [PATCH 3.14 43/52] userns: Unbreak the unprivileged remount tests
` [PATCH 3.14 45/52] crypto: af_alg - fix backlog handling
` [PATCH 3.14 47/52] exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
` [PATCH 3.14 48/52] udf: Verify symlink size before loading it
` [PATCH 3.14 50/52] eCryptfs: Remove buggy and unnecessary write in file name decode routine
` [PATCH 3.14 51/52] Btrfs: do not move em to modified list when unpinning
` [PATCH 3.14 52/52] Btrfs: fix fs corruption on transaction abort if device supports discard

[U-Boot] [PATCH 0/21] dm: Support GPIO device tree bindings in the uclass
 2015-01-07  2:44 UTC  (3+ messages)
` [U-Boot] [PATCH 20/21] dm: exynos: dts: Use GPIO bank phandles for GPIOs

[Ocfs2-devel] [PATCH 1/2] ocfs2: fix uninitialized variable access
 2015-01-07  2:42 UTC  (3+ messages)

[U-Boot] [PATCH] x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h
 2015-01-07  2:42 UTC  (3+ messages)

[U-Boot] [RESEND PATCH v4 0/12] x86: Better support of coreboot
 2015-01-07  2:41 UTC  (28+ messages)
` [U-Boot] [RESEND PATCH v4 01/12] x86: coreboot: Set up timer base correctly
` [U-Boot] [RESEND PATCH v4 02/12] x86: Allow a hardcoded TSC frequency provided by Kconfig
` [U-Boot] [RESEND PATCH v4 03/12] x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
` [U-Boot] [RESEND PATCH v4 04/12] x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected
` [U-Boot] [RESEND PATCH v4 05/12] x86: coreboot: Make SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE configurable
` [U-Boot] [RESEND PATCH v4 06/12] x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
` [U-Boot] [RESEND PATCH v4 07/12] x86: Move CONFIG_SYS_CAR_xxx "
` [U-Boot] [RESEND PATCH v4 08/12] x86: Remove include/configs/coreboot.h
` [U-Boot] [RESEND PATCH v4 09/12] x86: Make chromebook_link the default board for coreboot
` [U-Boot] [RESEND PATCH v4 10/12] x86: coreboot: Wrap cros_ec initialization
` [U-Boot] [RESEND PATCH v4 11/12] x86: coreboot: Configure pci memory regions
` [U-Boot] [RESEND PATCH v4 12/12] x86: Update README.x86 for coreboot support

[PATCH 3.17 00/73] 3.17.8-stable review
 2015-01-07  2:16 UTC  (72+ messages)
` [PATCH 3.17 01/73] isofs: Fix infinite looping over CE entries
` [PATCH 3.17 02/73] x86/tls: Validate TLS entries to protect espfix
` [PATCH 3.17 03/73] x86/tls: Disallow unusual TLS segments
` [PATCH 3.17 04/73] x86_64, switch_to(): Load TLS descriptors before switching DS and ES
` [PATCH 3.17 05/73] x86, kvm: Clear paravirt_enabled on KVM guests for espfix32s benefit
` [PATCH 3.17 06/73] md/bitmap: always wait for writes on unplug
` [PATCH 3.17 07/73] mfd: twl4030-power: Fix regression with missing compatible flag
` [PATCH 3.17 08/73] mfd: tc6393xb: Fail ohci suspend if full state restore is required
` [PATCH 3.17 09/73] mmc: dw_mmc: avoid write to CDTHRCTL on older versions
` [PATCH 3.17 10/73] mmc: omap_hsmmc: Fix UHS card with DDR50 support
` [PATCH 3.17 11/73] mmc: block: add newline to sysfs display of force_ro
` [PATCH 3.17 12/73] mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
` [PATCH 3.17 13/73] megaraid_sas: corrected return of wait_event from abort frame path
` [PATCH 3.17 14/73] regulator: anatop: Set default voltage selector for vddpu
` [PATCH 3.17 15/73] scsi: correct return values for .eh_abort_handler implementations
` [PATCH 3.17 16/73] f2fs: fix possible data corruption in f2fs_write_begin()
` [PATCH 3.17 17/73] nfs41: fix nfs4_proc_layoutget error handling
` [PATCH 3.17 18/73] dcache: fix kmemcheck warning in switch_names
` [PATCH 3.17 19/73] dm bufio: fix memleak when using a dm_buffers inline bio
` [PATCH 3.17 20/73] dm crypt: use memzero_explicit for on-stack buffer
` [PATCH 3.17 21/73] dm cache: only use overwrite optimisation for promotion when in writeback mode
` [PATCH 3.17 22/73] dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
` [PATCH 3.17 23/73] dm cache: fix spurious cell_defer when dealing with partial block at end of device
` [PATCH 3.17 24/73] dm space map metadata: fix sm_bootstrap_get_nr_blocks()
` [PATCH 3.17 25/73] dm thin: fix inability to discard blocks when in out-of-data-space mode
` [PATCH 3.17 26/73] dm thin: fix missing out-of-data-space to write mode transition if blocks are released
` [PATCH 3.17 27/73] dm thin: fix a race in thin_dtr
` [PATCH 3.17 28/73] brcmfmac: Fix bitmap malloc bug in msgbuf
` [PATCH 3.17 29/73] arm64: Add COMPAT_HWCAP_LPAE
` [PATCH 3.17 30/73] drm/tegra: gem: dumb: pitch and size are outputs
` [PATCH 3.17 31/73] ARM: tegra: Re-add removed SoC id macro to tegra_resume()
` [PATCH 3.17 32/73] ARM: mvebu: make the coherency_ll.S functions work with no coherency fabric
` [PATCH 3.17 33/73] ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XP
` [PATCH 3.17 35/73] x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs
` [PATCH 3.17 36/73] x86/tls: Dont validate lm in set_thread_area() after all
` [PATCH 3.17 37/73] isofs: Fix unchecked printing of ER records
` [PATCH 3.17 38/73] KEYS: Fix stale key registration at error path
` [PATCH 3.17 40/73] mac80211: free management frame keys when removing station
` [PATCH 3.17 41/73] mnt: Fix a memory stomp in umount
` [PATCH 3.17 42/73] thermal: Fix error path in thermal_init()
` [PATCH 3.17 43/73] mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
` [PATCH 3.17 44/73] mnt: Update unprivileged remount test
` [PATCH 3.17 45/73] umount: Disallow unprivileged mount force
` [PATCH 3.17 46/73] groups: Consolidate the setgroups permission checks
` [PATCH 3.17 47/73] userns: Document what the invariant required for safe unprivileged mappings
` [PATCH 3.17 48/73] userns: Dont allow setgroups until a gid mapping has been setablished
` [PATCH 3.17 49/73] userns: Dont allow unprivileged creation of gid mappings
` [PATCH 3.17 50/73] userns: Check euid no fsuid when establishing an unprivileged uid mapping
` [PATCH 3.17 51/73] userns: Only allow the creator of the userns unprivileged mappings
` [PATCH 3.17 52/73] userns: Rename id_map_mutex to userns_state_mutex
` [PATCH 3.17 53/73] userns: Add a knob to disable setgroups on a per user namespace basis
` [PATCH 3.17 54/73] userns: Allow setting gid_maps without privilege when setgroups is disabled
` [PATCH 3.17 55/73] userns: Unbreak the unprivileged remount tests
` [PATCH 3.17 56/73] audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb
` [PATCH 3.17 57/73] audit: dont attempt to lookup PIDs when changing PID filtering audit rules
` [PATCH 3.17 58/73] audit: restore AUDIT_LOGINUID unset ABI
` [PATCH 3.17 59/73] crypto: af_alg - fix backlog handling
` [PATCH 3.17 60/73] ncpfs: return proper error from NCP_IOC_SETROOT ioctl
` [PATCH 3.17 61/73] exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
` [PATCH 3.17 62/73] udf: Check path length when reading symlink
` [PATCH 3.17 63/73] udf: Verify i_size when loading inode
` [PATCH 3.17 64/73] udf: Verify symlink size before loading it
` [PATCH 3.17 65/73] udf: Check component length before reading it
` [PATCH 3.17 66/73] eCryptfs: Force RO mount when encrypted view is enabled
` [PATCH 3.17 67/73] eCryptfs: Remove buggy and unnecessary write in file name decode routine
` [PATCH 3.17 68/73] Btrfs: make sure we wait on logged extents when fsycning two subvols
` [PATCH 3.17 69/73] btrfs: fix wrong accounting of raid1 data profile in statfs
` [PATCH 3.17 70/73] Btrfs: do not move em to modified list when unpinning
` [PATCH 3.17 71/73] Btrfs: make sure logged extents complete in the current transaction V3
` [PATCH 3.17 72/73] Btrfs: fix loop writing of async reclaim
` [PATCH 3.17 73/73] Btrfs: fix fs corruption on transaction abort if device supports discard

DT support for OMAP3 ISP
 2015-01-07  2:41 UTC  (4+ messages)

PMP product ID mismatch
 2015-01-07  2:40 UTC  (2+ messages)

[U-Boot] [PATCH] x86: fsp: Drop get_hob_type() and get_hob_length()
 2015-01-07  2:40 UTC  (3+ messages)

[PATCH v18 0/12] dw-hdmi: convert imx hdmi to bridge/dw_hdmi
 2015-01-07  2:39 UTC  (3+ messages)

[PATCH 1/3] i2c: imx: silence dma_request_slave_channel errors if dma not set up in device tree
 2015-01-07  2:36 UTC  (4+ messages)
` [PATCH 3/3] i2c: imx: whitespace and checkpatch cleanup

[PATCH] irqchip: gicv3-its: fix use of max with decimal constant
 2015-01-07  2:36 UTC  (2+ messages)

XFS corrupt after RAID failure and resync
 2015-01-07  2:35 UTC  (3+ messages)

[LKP] [null_blk] f2298c0403b:
 2015-01-07  2:33 UTC  (2+ messages)
`  "

[PATCH net-next v1 0/3] net: fec: add Wake-on-LAN support
 2015-01-07  2:33 UTC  (5+ messages)
` [PATCH net-next v1 2/3] ARM: imx: add FEC sleep mode callback function

[nightly] Distroless meta-ti/master minimal build 2015-01-06_21-00-57
 2015-01-07  2:11 UTC 

[PATCH 1/1] x86: Added support for Japanese Surface Type Cover 3
 2015-01-07  2:32 UTC 

[PATCH] ARM: EXYNOS: enable 4 cores secondary cpu up for exynos5440
 2015-01-07  2:31 UTC  (3+ messages)

Using separate initcall level for crypto subsystem
 2015-01-07  2:30 UTC  (5+ messages)

[LKP] [rhashtable] WARNING: CPU: 0 PID: 1 at lib/debugobjects.c:301 __debug_object_init+0x3e7/0x4a3()
 2015-01-07  2:30 UTC  (2+ messages)
`  "

[PATCH v2 4/5] clk: cygnus: add clock support for Broadcom Cygnus
 2015-01-07  2:29 UTC  (5+ messages)

[PATCH v3 0/6] Enable VF RSS for Niantic
 2015-01-07  2:28 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/6] ether: Check VMDq RSS mode

[PATCH 0/9]: mmc: tmio header cleanup
 2015-01-07  2:28 UTC  (6+ messages)
` [PATCH 2/9] mmc: tmio: tmio_mmc_host has .dma

[PATCH 0/2] w1: slaves: w1_therm: Add sysfs entry for current temperature
 2015-01-07  2:27 UTC  (5+ messages)

[Cocci] In depth docs & question about include
 2015-01-07  2:27 UTC  (4+ messages)

[PATCH] [media] soc_camera: avoid potential null-dereference
 2015-01-07  2:27 UTC 

[meta-oe][PATCH 1/2] log4c: fix expat rdepends issue
 2015-01-07  2:25 UTC  (3+ messages)

[PATCH v3 1/3] pstore: use scnprintf
 2015-01-07  2:25 UTC  (2+ messages)

[PATCH v2 1/5] vTPM: event channel bind interdomain with para/hvm virtual machine
 2015-01-07  2:24 UTC  (6+ messages)

Multiple lower layers - presedence?
 2015-01-07  2:22 UTC  (4+ messages)

[meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
 2015-01-07  2:21 UTC  (3+ messages)

[meta-fsl-arm][PATCH v4 5/6] asf : add recipes for Layerscape1 support
 2015-01-07  2:20 UTC  (4+ messages)

[PATCH v10 0/6] Add Skyworks SKY81452 device drivers
 2015-01-07  2:19 UTC  (15+ messages)
` [PATCH v10 1/6] mfd: Add support for Skyworks SKY81452 driver
` [PATCH v10 2/6] backlight: Add support Skyworks SKY81452 backlight driver
` [PATCH v10 3/6] devicetree: mfd: Add new SKY81452 mfd binding
` [PATCH v10 4/6] devicetree: backlight: Add new SKY81452 backlight binding
` [PATCH v10 5/6] devicetree: Add vendor prefix for Skyworks Solutions, Inc
` [PATCH v10 6/6] devicetree: i2c: Add SKY81452 to the Trivial Devices list

[PATCH] ksoftirqd: Enable IRQs and call cond_resched() before poking RCU
 2015-01-07  2:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2 percpu/for-3.20] percpu_ref: remove unnecessary ACCESS_ONCE() in percpu_ref_tryget_live()
 2015-01-07  2:21 UTC  (4+ messages)
` [PATCH 2/2 percpu/for-3.20] percpu_ref: implement percpu_ref_is_dying()

[Ocfs2-devel] [PATCH] ocfs2: add a mount option journal_async_commit on ocfs2 filesystem
 2015-01-07  2:19 UTC  (3+ messages)

ceph-deploy osd destroy feature
 2015-01-07  2:18 UTC  (15+ messages)

Ceph data consistency
 2015-01-07  2:18 UTC  (5+ messages)

Crypto Fixes for 3.0
 2015-01-07  2:17 UTC  (11+ messages)
` Crypto Fixes for 3.3
  ` Crypto Fixes for 3.6
    ` Crypto Fixes for 3.7
      ` Crypto Fixes for 3.9
        ` Crypto Fixes for 3.13
              ` Crypto Fixes for 3.14
                ` Crypto Fixes for 3.19

[PATCH] irq: irq-hip04: initialize hip04_cpu_map to 0xffff
 2015-01-07  2:17 UTC  (2+ messages)

[PATCH 0/2] V4L2: add CCF support to v4l2_clk
 2015-01-07  2:16 UTC  (6+ messages)
` [PATCH 1/2] V4L: remove clock name from v4l2_clk API

[PATCH 1/3] ASoC: rt5670: fix bit definition for ASRC control
 2015-01-07  2:19 UTC  (8+ messages)
` [PATCH v2 1/3] ASoC: rt5670: redefine ASRC control registers 0x84 and 0x85
` [PATCH v2 2/3] ASoC: rt5670: add API to select ASRC clock source
` [PATCH v2 3/3] ASoC: Intel: Select RT5672 ASRC clock source on Cherrytrail and Braswell

[PATCH] net: fec: Fix dual ethernet issue in VFxx
 2015-01-07  2:11 UTC  (3+ messages)

[PATCH 1/1] update ip-sysctl.txt documentation
 2015-01-07  2:08 UTC  (3+ 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.