messages from 2015-12-14 19:49:58 to 2015-12-14 20:51:51 UTC [more...]
[PATCH v6 0/4] Allow customizable random offset to mmap_base address
2015-12-14 20:51 UTC (11+ messages)
` [PATCH v6 1/4] mm: mmap: Add new /proc tunable for mmap_base ASLR
` [PATCH v6 2/4] arm: mm: support ARCH_MMAP_RND_BITS
` [PATCH v6 3/4] arm64: "
` [PATCH v6 4/4] x86: "
[PATCH] initscripts: Add RREPLACES for initscripts-functions
2015-12-14 20:44 UTC
New manpage lirc.4 (Was: Possibly new manpages: lirc and lirc_ioctl)
2015-12-14 20:49 UTC (8+ messages)
[PATCH i-g-t 1/7] Fix a bunch of printf types
2015-12-14 20:49 UTC (8+ messages)
` [PATCH i-g-t 2/7] tests/gem_mmap_gtt: Deal with tile sizes on gen2/3
` [PATCH i-g-t 3/7] tests/gem_mmap_gtt: Add progress indicators
` [PATCH i-g-t 4/7] tests/gem_mmap_gtt: Make the small-bo tiling tests work on old platforms
` [PATCH i-g-t 5/7] lib/debugfs: Read the crc frame counter as hex
` [PATCH i-g-t 6/7] tests/kms_flip: Increase TEST_TS_CONT max seq difference to 150
` [PATCH i-g-t 7/7] tests/kms_pipe_crc_basic: Use igt_assert_eq() to see the failing frame counts
[PATCH V03 0/5] dmaengine: New 'universal' API for requesting channel
2015-12-14 20:47 UTC (18+ messages)
` [PATCH V03 1/5] dmaengine: core: Skip mask matching when it is not provided to private_candidate
` [PATCH V03 2/5] dmaengine: core: Move and merge the code paths using private_candidate
` [PATCH V03 3/5] dmaengine: core: Introduce new, universal API to request a channel
` [PATCH V03 4/5] dmaengine: edma: Add support for DMA filter mapping to slave devices
` [PATCH V03 5/5] dmaengine: omap-dma: "
Linux 4.3.1 regression: -m state returns "Protocol wrong type for socket"
2015-12-14 20:47 UTC (15+ messages)
Help (python-jsonschema do_compile Failed)
2015-12-14 20:47 UTC (4+ messages)
[PATCH v4] doc: add contributors guide
2015-12-14 20:46 UTC (4+ messages)
` [PATCH v2] "
` [PATCH v5] "
compile error in Git v2.7.0-rc0
2015-12-14 20:46 UTC (3+ messages)
[Qemu-devel] [PATCH v3 0/5] block: allow partial info-block query
2015-12-14 20:46 UTC (10+ messages)
` [Qemu-devel] [PATCH v3 1/5] block/qapi: do not redundantly print "actual path"
` [Qemu-devel] [PATCH v3 2/5] block/qapi: always report full_backing_filename
` [Qemu-devel] [PATCH v3 3/5] block/qapi: explicitly warn if !has_full_backing_filename
` [Qemu-devel] [PATCH v3 4/5] qemu-img: abort when full_backing_filename not present
` [Qemu-devel] [PATCH v3 5/5] block/qapi: allow best-effort query
[Qemu-devel] [PATCH v4 RFC] spec: add qcow2-dirty-bitmaps specification
2015-12-14 20:45 UTC (3+ messages)
Corruption of branch?
2015-12-14 20:44 UTC (10+ messages)
[RFC/RFT PATCH] watchdog: Move watchdog device creation to watchdog_dev.c
2015-12-14 20:44 UTC (7+ messages)
[PATCH 0/6] gcc/uclibc/musl updates
2015-12-14 20:43 UTC (6+ messages)
` [PATCH 2/6] uclibc: Switch to using uclibc-ng
[Buildroot] [PATCH 1/3] package/nodejs: Add version 5.2.0
2015-12-14 20:43 UTC (4+ messages)
Is PROT_SOCK still relevant?
2015-12-14 20:43 UTC (6+ messages)
[PATCH 09/10] fs: make hugetlbfs/inode.c explicitly non-modular
2015-12-14 20:41 UTC (4+ messages)
` [PATCH v2] hugetlb: make mm and fs code "
[PATCH 0/8] Rerolling sb/submodule-parallel-fetch for the time after 2.7
2015-12-14 20:40 UTC (4+ messages)
` [PATCH 6/8] run-command: add an asynchronous parallel child processor
[PATCH] mt9t001: fix clean up in case of power-on failures
2015-12-14 20:41 UTC (2+ messages)
[PATCH V02 0/5] dmaengine: New 'universal' API for requesting channel
2015-12-14 20:39 UTC (5+ messages)
` [PATCH V02 3/5] dmaengine: core: Introduce new, universal API to request a channel
[PATCH v2 00/16] omapdrm: Implement dma_buf import
2015-12-14 20:39 UTC (17+ messages)
` [PATCH v2 01/16] drm: omapdrm: Fix plane state free in plane reset handler
` [PATCH v2 02/16] drm: omapdrm: Make fbdev emulation optional
` [PATCH v2 03/16] drm: omapdrm: gem: Remove unused function prototypes
` [PATCH v2 04/16] drm: omapdrm: gem: Remove forward declarations
` [PATCH v2 05/16] drm: omapdrm: gem: Group functions by purpose
` [PATCH v2 06/16] drm: omapdrm: gem: Move global usergart variable to omap_drm_private
` [PATCH v2 07/16] drm: omapdrm: gem: Remove omap_drm_private has_dmm field
` [PATCH v2 08/16] drm: omapdrm: gem: Mask out private flags passed from userspace
` [PATCH v2 09/16] drm: omapdrm: gem: Clean up GEM objects memory flags
` [PATCH v2 10/16] drm: omapdrm: gem: Free the correct memory object
` [PATCH v2 11/16] drm: omapdrm: gem: Fix GEM object destroy in error path
` [PATCH v2 12/16] drm: omapdrm: gem: Don't free mmap offset twice
` [PATCH v2 13/16] drm: omapdrm: gem: Simplify error handling when creating GEM object
` [PATCH v2 14/16] drm: omapdrm: gem: Remove check for impossible condition
` [PATCH v2 15/16] drm: omapdrm: gem: Refactor GEM object allocation
` [PATCH v2 16/16] drm: omapdrm: gem: Implement dma_buf import
[dm-crypt] Cannot wipe header on device
2015-12-14 20:39 UTC (9+ messages)
` [dm-crypt] Fwd: "
[PATCH net-next 0/8] net: The beginning of the end for NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM
2015-12-14 20:39 UTC (4+ messages)
` [PATCH net-next 6/8] tcp: Fix conditions to determine checksum offload
4.4-rc4 multipath not working?
2015-12-14 20:36 UTC (7+ messages)
[PATCH] udf: limit the maximum number of allocation extents
2015-12-14 20:34 UTC (2+ messages)
[PATCH] comedi/comedilib.h: cleanup coding style
2015-12-14 20:34 UTC
[PATCH 0/2] arm: omap2: AM43xx: enable ARM TWD timer
2015-12-14 20:34 UTC (6+ messages)
` [PATCH 1/2] ARM: OMAP: am43xx: enable GENERIC_CLOCKEVENTS_BROADCAST
` [PATCH v2 2/2] arm: omap2: AM43xx: select ARM TWD timer
Still not production ready
2015-12-14 20:33 UTC (7+ messages)
[PATCH 00/15] omapdrm: Implement dma_buf import
2015-12-14 20:33 UTC (7+ messages)
` [PATCH 08/15] drm: omapdrm: gem: Mask out private flags passed from userspace
` [PATCH 10/15] drm: omapdrm: gem: Free the correct memory object
FW: Commit 81a43adae3b9 (locking/mutex: Use acquire/release semantics) causing failures on arm64 (ThunderX)
2015-12-14 20:31 UTC (14+ messages)
` "
corruption causing crash in __queue_work
2015-12-14 20:31 UTC (12+ messages)
[Qemu-devel] [PATCH for-2.5??] configure: Fix shell syntax to placate OpenBSD's pdksh
2015-12-14 20:30 UTC (5+ messages)
[fs] 2e9d30b4bd: BUG: unable to handle kernel NULL pointer dereference at 0000000000000018
2015-12-14 20:30 UTC (3+ messages)
` [lkp] "
4.4-rc5 : INFO: rcu_sched detected stalls on CPUs/tasks in twl4030_bci_usb_ncb
2015-12-14 20:29 UTC
Improving Data-At-Rest encryption in Ceph
2015-12-14 20:28 UTC (2+ messages)
[PATCH 1/2] kernel-yocto.bbclass: remove do_kernel_link_vmlinux from SRCTREECOVEREDTASKS
2015-12-14 20:28 UTC (4+ messages)
` [PATCH 2/2] kernel-yocto.bbclass: move do_kernel_link_vmlinux() into kernel.bbclass
btrfs: poor performance on deleting many large files
2015-12-14 20:27 UTC (14+ messages)
4.4-rc0: 5 W+X pages found
2015-12-14 20:26 UTC (6+ messages)
` 4.4-rc5: ugly warn on: "
[PATCH 0/2] xfsprogs: metadump/restore fixes
2015-12-14 20:26 UTC (3+ messages)
` [PATCH 1/2] metadump: bounds check btree block regions being zeroed
[PATCH 0/2] drm/i915: Fix the invisible cursor syndrome
2015-12-14 20:23 UTC (2+ messages)
[PATCH v3] btrfs: Introduce new mount option to disable tree log replay
2015-12-14 20:20 UTC (7+ messages)
[PATCH] xen-pciback: fix up cleanup path when alloc fails
2015-12-14 20:21 UTC (5+ messages)
` [Xen-devel] "
[PATCH v3 1/2] tracing: introduce TRACE_EVENT_FN_COND macro
2015-12-14 20:18 UTC (2+ messages)
` [PATCH v3 2/2] powerpc: tracing: don't trace hcalls on offline CPUs
master - pvscan: Remove duplicate filter wipe
2015-12-14 20:20 UTC
[U-Boot] [PATCH 2/2] siemens,am33x: remove ddr3 delay workaround
2015-12-14 20:20 UTC (2+ messages)
` [U-Boot] [U-Boot, 2/2] siemens, am33x: "
[U-Boot] [PATCH 1/2] am33xx,ddr3: fix ddr3 sdram configuration
2015-12-14 20:19 UTC (2+ messages)
` [U-Boot] [U-Boot, 1/2] am33xx, ddr3: "
[U-Boot] [PATCH] VxWorks: fixup MAC address for VxWorks
2015-12-14 20:19 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/1 v2] stm32: Convert serial driver to DM
2015-12-14 20:19 UTC (2+ messages)
` [U-Boot] [U-Boot,1/1,v2] "
Bug Report: BUG: Bad rss-counter state mm:ffff88101705f800 idx:1 val:512 / application segfaults / thp
2015-12-14 20:19 UTC
[PATCH v2 1/2] tracing: introduce TRACE_EVENT_FN_COND macro
2015-12-14 20:18 UTC (3+ messages)
` [PATCH v2 2/2] ./drmgr -c cpu -a -r gives the following warning:
git bisect with temporary commits
2015-12-14 20:17 UTC (4+ messages)
[Qemu-devel] [PATCHv6 0/9] slirp: Adding IPv6 support to Qemu -net user mode
2015-12-14 20:17 UTC (6+ messages)
` [Qemu-devel] [PATCH 1/9] slirp: goto bad in udp_input if sosendto fails
` [Qemu-devel] [PATCH 6/9] slirp: Factorizing and cleaning solookup()
` [Qemu-devel] [PATCH 7/9] slirp: Add sockaddr_equal, make solookup family-agnostic
BUG: KASAN: use-after-free in xfs_iflush_cluster+0x9d7/0xaf0
2015-12-14 20:15 UTC (5+ messages)
best base / worst case RAID 5,6 write speeds
2015-12-14 20:14 UTC (15+ messages)
[3.13.y-ckt stable] Patch "stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architectures" has been added to staging queue
2015-12-14 20:12 UTC (4+ messages)
[3.13.y-ckt stable] Patch "stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG" has been added to staging queue
2015-12-14 20:12 UTC (4+ messages)
[ANNOUNCE] Another round of NetDev 1.1 updates
2015-12-14 20:12 UTC (2+ messages)
[PATCHV2 3/3] x86, ras: Add mcsafe_memcpy() function to recover from machine checks
2015-12-14 20:11 UTC (13+ messages)
[PATCH v2 1/3] reset: Add shared reset_control_[de]assert variants
2015-12-14 20:11 UTC (6+ messages)
` [PATCH v2 2/3] ehci-platform: Add support for controllers with multiple reset lines
[RFC libdrm] intel: Softpin support
2015-12-14 20:09 UTC (7+ messages)
` [RFC libdrm] intel: Add support for softpin
` [Intel-gfx] "
[Buildroot] [PATCH] gnutls: needs argp-standalone for musl/uclibc
2015-12-14 20:08 UTC (5+ messages)
[PATCH 00/32] x86: Memory Protection Keys (v7)
2015-12-14 20:05 UTC (10+ messages)
` [PATCH 14/32] x86, pkeys: add functions to fetch PKRU
` [PATCH 16/32] x86, mm: simplify get_user_pages() PTE bit handling
` [PATCH 24/32] x86, pkeys: actually enable Memory Protection Keys in CPU
` [PATCH 31/32] x86, pkeys: execute-only support
[Qemu-devel] [PATCH for-2.6 v2 00/10] fdc: fix 2.88mb floppy diskette support
2015-12-14 20:05 UTC (4+ messages)
` [Qemu-devel] [PATCH for-2.6 v2 04/10] fdc: add default drive type option
[media] media-entity: protect object creation/removal using spin lock
2015-12-14 20:04 UTC (3+ messages)
[PATCH v5 0/5] Add support for Geneve udp port offload
2015-12-14 20:21 UTC (6+ messages)
` [PATCH v5 1/5] geneve: Add geneve udp port offload for ethernet devices
` [PATCH v5 2/5] i40e: geneve tunnel offload support
` [PATCH v5 3/5] i40e: Kernel dependency update for i40e to support geneve offload
` [PATCH v5 4/5] geneve: Add geneve_get_rx_port support
` [PATCH v5 5/5] i40e: Call geneve_get_rx_port to get the existing Geneve ports
Bug#807879: xfsprogs: Cannot mount XFS filesystem formated with mkfs.xfs newer than 3.2.1
2015-12-14 19:59 UTC (2+ messages)
[PATCH] kernel: Add support for multiple kernel packages
2015-12-14 20:02 UTC (3+ messages)
[PATCH] lock_page() doesn't lock if __wait_on_bit_lock returns -EINTR
2015-12-14 20:01 UTC (6+ messages)
[PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
2015-12-14 20:00 UTC
[PATCH] chelsio: add support for other 10G boards
2015-12-14 19:58 UTC
[PATCH] ixgbe: Discard SRIOV transparent vlan packet headers
2015-12-14 19:57 UTC (4+ messages)
[PATCH] devpts: Sensible /dev/ptmx & force newinstance
2015-12-14 19:55 UTC (3+ messages)
[PATCH 02/10] brcmstb_gisb: Replace "hweight_long(mask) != 1" with "!is_power_of_2(mask)"
2015-12-14 19:55 UTC (3+ messages)
[U-Boot] [PATCH] fs: ext4: Remove ext4fs_free_node()
2015-12-14 19:56 UTC (3+ messages)
[PATCH net-next] ipv6: addrconf: drop ieee802154 specific things
2015-12-14 19:55 UTC (2+ messages)
[RFC][PATCH] misc: Introduce reboot_reason driver
2015-12-14 19:54 UTC (4+ messages)
[PATCH] cgroup_pids: fix a typo
2015-12-14 19:54 UTC (2+ messages)
Ques: [kernel/time/*] Is there any disadvantage in using sleep_range for more than 20ms delay ?
2015-12-14 19:53 UTC (9+ messages)
[PATCH v4 0/2] staging/rdma/hfi1: set Gen 3 half-swing for integrated devices
2015-12-14 19:54 UTC (2+ messages)
[PATCH 0/7] Add swap accounting to cgroup2
2015-12-14 19:52 UTC (6+ messages)
` [PATCH 1/7] mm: memcontrol: charge swap "
[PATCH] cgroup: bug fix of cgroup_root object was not released after cgroup umounted
2015-12-14 19:51 UTC (2+ messages)
[Bug 90777] radeon/audio: Removed CRC control programing broke HDMI audio in Linux 4.0
2015-12-14 19:50 UTC (2+ messages)
[PATCH -stable] netfilter: ctnetlink: put back references to master ct and expect objects
2015-12-14 19:49 UTC
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.