All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-15 01:04:16 to 2016-12-15 04:23:25 UTC [more...]

[PATCH v3 1/3] siphash: add cryptographically secure hashtable function
 2016-12-15  4:23 UTC  (10+ messages)
` [PATCH v4 1/4] "
  ` [kernel-hardening] "
  ` [PATCH v4 2/4] siphash: add N[qd]word helpers
    ` [kernel-hardening] "
  ` [PATCH v4 3/4] secure_seq: use siphash instead of md5_transform
    ` [kernel-hardening] "
  ` [PATCH v4 4/4] random: use siphash instead of MD5 for get_random_int/long
    ` [kernel-hardening] "
  ` [kernel-hardening] Re: [PATCH v4 1/4] siphash: add cryptographically secure hashtable function

Nftables / ipset / multiple tables
 2016-12-15  4:22 UTC  (5+ messages)

[PATCH] xfs_io: implement 'set_encpolicy' and 'get_encpolicy' commands
 2016-12-15  4:19 UTC  (2+ messages)

[PATCH 1/1 linux-next] xfs: remove unnecessary return
 2016-12-15  4:17 UTC  (2+ messages)

[GIT PULL] xfs: updates for 4.10-rc1
 2016-12-15  4:16 UTC 

Simulating disk failure with a writeback cache
 2016-12-15  4:15 UTC  (2+ messages)

[PATCH] mm: fadvise: avoid expensive remote LRU cache draining after FADV_DONTNEED
 2016-12-15  4:09 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v2] platform/x86: thinkpad_acpi: Initialize local in_tablet_mode and type
 2016-12-15  4:14 UTC 

[PATCH] clk: renesas: mstp: Support 8-bit registers for r7s72100
 2016-12-15  4:08 UTC  (6+ messages)

linux-next: build warning after merge of the drivers-x86 tree
 2016-12-15  4:07 UTC  (5+ messages)

[PATCH] xfs: during log recovery, destroy the unlinked inodes even for read-only mount
 2016-12-15  4:07 UTC  (3+ messages)

[PATCH] drm/i915: use udelay for very small delays
 2016-12-15  4:03 UTC 

[GIT PULL] Pull request for 4.10 for IPMI
 2016-12-15  4:00 UTC 

[U-Boot] Many unused variable warnings
 2016-12-15  3:55 UTC 

[PATCH] builddeb: Use aarch64 instead of arm64 for UTS_MACHINE
 2016-12-15  3:55 UTC  (2+ messages)

[GIT PULL]: dmaengine updates for 4.10-rc1
 2016-12-15  3:44 UTC 

[PATCH xf86-video-amdgpu] Simplify drmmode_handle_uevents
 2016-12-15  3:47 UTC 

kvm 4.10 merge grumbles wrt suspicious RCU usage , might_sleep() and sched: do not call blocking ops when !TASK_RUNNING
 2016-12-15  3:36 UTC  (2+ messages)

[PATCH v3] drm/mxsfb: use bus_format to determine LCD bus width
 2016-12-15  1:39 UTC  (2+ messages)

[PATCH] x86/crash: Update the stale comment in reserve_crashkernel()
 2016-12-15  3:30 UTC  (2+ messages)

Fix in ACPICA tools broke cross compilation of tools/power/acpi
 2016-12-15  3:30 UTC  (18+ messages)

[PATCH iproute2 1/1] tc: pass correct conversion specifier to print 'unsigned int' action index
 2016-12-15  3:30 UTC  (2+ messages)

[PATCH 0/6] USB support for Broadcom NSP SoC
 2016-12-15  3:30 UTC 

[PATCH iproute2] Fix compile warning in get_addr_1
 2016-12-15  3:30 UTC  (2+ messages)

[U-Boot] [PATCH 00/29] blackfin: Add driver-model and device tree suport
 2016-12-15  3:28 UTC  (30+ messages)
` [U-Boot] [PATCH 01/29] blackfin: Drop CONFIG_SYS_MEMTEST_START/END
` [U-Boot] [PATCH 02/29] fdt: Allow the device tree to be set up by board init code
` [U-Boot] [PATCH 03/29] blackfin: Add a few useful linker symbols
` [U-Boot] [PATCH 04/29] blackfin: Drop the extra blank line in the link script
` [U-Boot] [PATCH 05/29] blackfin: Use compiler-generated symbols for BSS
` [U-Boot] [PATCH 06/29] blackfin: Clear the BSS in C code
` [U-Boot] [PATCH 07/29] blackfin: Add a memory region for pre-relocation data
` [U-Boot] [PATCH 08/29] blackfin: Use generic board to set the stack address
` [U-Boot] [PATCH 09/29] blackfin: Avoid using bd_info in print_cpuinfo()
` [U-Boot] [PATCH 10/29] blackfin: Avoiding using P3 in early init
` [U-Boot] [PATCH 11/29] blackfin: Allow cpu_init_f() to return
` [U-Boot] [PATCH 12/29] blackfin: Drop CONFIG_STACKBASE
` [U-Boot] [PATCH 13/29] tegra: Drop CONFIG_STACKBASE in favour of TEGRA_STACKBASE
` [U-Boot] [PATCH 14/29] sparc: Drop CONFIG_SYS_MALLOC_BASE
` [U-Boot] [PATCH 15/29] blackfin: "
` [U-Boot] [PATCH 16/29] Drop CONFIG_SYS_MALLOC_END
` [U-Boot] [PATCH 17/29] blackfin: Call C code to relocate
` [U-Boot] [PATCH 18/29] blackfin: Don't set global_data again
` [U-Boot] [PATCH 19/29] blackfin: Set the RAM size separately from bd_info
` [U-Boot] [PATCH 20/29] blackfin: Set up bd_info later
` [U-Boot] [PATCH 21/29] blackfin: Copy the device tree out of BSS
` [U-Boot] [PATCH 22/29] blackfin: Allow use of CONFIG_OF_CONTROL
` [U-Boot] [PATCH 23/29] blackfin: bf537-stamp: Enable CONFIG_OF_CONTROL
` [U-Boot] [PATCH 24/29] dm: serial: Reset the watchdog when outputting characters
` [U-Boot] [PATCH 25/29] dm: serial: pxa: Drop pxa from the serial README
` [U-Boot] [PATCH 26/29] dm: serial: Update "
` [U-Boot] [PATCH 27/29] dm: blackfin: Add a driver-model serial driver
` [U-Boot] [PATCH 28/29] blackfin: Set up the debug UART if enabled
` [U-Boot] [PATCH 29/29] blackfin: Enable driver-model on bf537-stamp

next build: 198 builds: 4 failed, 194 passed, 7 errors, 82 warnings (next-20161214)
 2016-12-15  3:22 UTC  (4+ messages)

linux-next: Tree for Dec 15
 2016-12-15  3:21 UTC 

[PATCH 1/3] Bluetooth: btusb: Use an error label for error paths
 2016-12-15  3:21 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: btusb: Add out-of-band wakeup support

[PATCH 0/3] Add and export clk-480m clocks for ehci and ohci on RK3399
 2016-12-15  3:20 UTC  (13+ messages)
` [PATCH 3/3] arm64: dts: rockchip: add clk-480m for ehci and ohci of rk3399

[BUG] MD/RAID1 hung forever on freeze_array
 2016-12-15  3:20 UTC  (10+ messages)

[PATCH] arm64: mm: Fix NOMAP page initialization
 2016-12-15  3:01 UTC  (7+ messages)

[Qemu-devel] Nesting QEMU Question
 2016-12-15  3:03 UTC 

[PATCH 1/2] kexec: add a dummy note for each offline cpu
 2016-12-15  3:04 UTC  (4+ messages)
` [PATCH 2/2] [fs] proc/vmcore: check the dummy place holder for offline cpu to avoid warning

net/arp: ARP cache aging failed
 2016-12-15  2:58 UTC  (14+ messages)

[RESEND PATCH 0/2] fix some trivial bug involving the contiguous bit
 2016-12-15  2:59 UTC  (5+ messages)
` [RESEND PATCH 1/2] arm64: change from CONT_PMD_SHIFT to CONT_PTE_SHIFT

[xen-unstable-smoke test] 103373: regressions - FAIL
 2016-12-15  2:59 UTC 

[PATCH] e2fsprogs 1.43 -> 1.43.3
 2016-12-15  2:42 UTC 

Build failures due to missing 'posix_timer_event'
 2016-12-15  2:55 UTC  (3+ messages)

[PATCH] arm: dt: Initialize boot_command_line from CONFIG_CMDLINE in case DT does not provide /chosen/bootargs
 2016-12-15  0:18 UTC  (4+ messages)

[PATCH v2 0/7] Host1x IOMMU support + VIC support
 2016-12-15  2:52 UTC  (8+ messages)

[PATCH 3/3] hv_netvsc: Implement VF matching based on serial numbers
 2016-12-14 23:18 UTC  (12+ messages)

[GIT PULL] modules updates for 4.10
 2016-12-15  2:50 UTC 

[PATCH 0/6] storvsc: Miscellaneous fixes and enhancements
 2016-12-15  2:46 UTC  (6+ messages)
` [PATCH 1/6] storvsc: Enable tracking of queue depth
  ` [PATCH 2/6] storvsc: Remove the restriction on max segment size
  ` [PATCH 4/6] storvsc: use tagged SRB requests if supported by the device
  ` [PATCH 5/6] storvsc: properly handle SRB_ERROR when sense message is present
  ` [PATCH 6/6] storvsc: properly set residual data length on errors

[RFC v2 0/5] rcu: Introduce for_each_leaf_node_cpu()
 2016-12-15  2:42 UTC  (6+ messages)
` [RFC v2 1/5] "
` [RFC v2 2/5] rcu: Use for_each_leaf_node_cpu() in RCU stall checking
` [RFC v2 3/5] rcu: Use for_each_leaf_node_cpu() in ->expmask iteration
` [RFC v2 4/5] rcu: Use for_each_leaf_node_cpu() in force_qs_rnp()
` [RFC v2 5/5] rcu: Use for_each_leaf_node_cpu() in online CPU iteration

[PATCH V2] Coccinelle: check usleep_range() usage
 2016-12-15  2:41 UTC  (2+ messages)
` [Cocci] "

[LTP] rt_sigtimedwait01 failed in armv7l
 2016-12-15  2:37 UTC  (3+ messages)

[meta-raspberrypi][PATCH 1/3] userland: Update to latest
 2016-12-15  2:34 UTC  (3+ messages)
` [meta-raspberrypi][PATCH 2/3] userland: Fix building on aarch64
` [meta-raspberrypi][PATCH 3/3] linux-raspberrypi-4.8: Upgrade to 4.8.13

[Qemu-devel] [PATCH v3] audio: es1370: add exit function
 2016-12-15  2:32 UTC 

[Qemu-devel] [PATCH v3] audio: ac97: add exit function
 2016-12-15  2:30 UTC 

[PATCH] ocfs2: fix crash caused by stale lvb with fsdlm plugin
 2016-12-15  2:27 UTC  (5+ messages)
` [Ocfs2-devel] "

[PATCH] drm/amd/amdgpu: Widen mmio trace register address width
 2016-12-15  2:26 UTC  (2+ messages)

[PATCH/RFC] z3fold: add kref refcounting
 2016-12-15  2:15 UTC  (3+ messages)

NFS rootfs: mount: only root can mount proc on /proc
 2016-12-15  2:13 UTC  (2+ messages)

[PATCH] drm/amdgpu: Remove checking for atombios
 2016-12-15  2:14 UTC  (2+ messages)

[U-Boot] [PATCH] usb: dwc2_udc_otg: remove the driver_desc as unused variable
 2016-12-15  2:12 UTC  (2+ messages)

[meta-networking][PATCH 1/6] inetutils: Disable rsh, rcp, rlogin on musl
 2016-12-15  2:09 UTC  (6+ messages)
` [meta-oe][PATCH 2/6] libmng: Add recipe
` [meta-oe][PATCH V2 3/6] zbar: "
` [meta-oe][PATCH V2 4/6] avro: "
` [meta-oe][PATCH V2 5/6] liboop: "
` [meta-oe][PATCH 6/6] gimp: Enable libmng plugins

[PATCH v8 0/1] virtio-crypto: add Linux driver
 2016-12-15  2:03 UTC  (7+ messages)
` [Qemu-devel] "
` [PATCH v8 1/1] crypto: add virtio-crypto driver
  ` [Qemu-devel] "

[PATCH] x86/kbuild: enable modversions for symbols exported from asm
 2016-12-15  2:06 UTC  (13+ messages)

Kernel function sequence
 2016-12-15  2:04 UTC  (2+ messages)

Your response Is highly appreciated!
 2016-12-15  1:52 UTC 

[PATCH 0/1] selftest/bbtests.py: update test_bitbake_g()
 2016-12-15  1:57 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board
 2016-12-15  1:53 UTC  (5+ messages)
  ` [PATCH 1/2] drm/panel: Add support for S6E3HA2 panel driver "

[patch NOT added to 3.12 stable tree] Don't feed anything but regular iovec's to blk_rq_map_user_iov
 2016-12-15  1:54 UTC  (9+ messages)

[PULL] bcache: multiple updates
 2016-12-15  1:50 UTC  (7+ messages)
        ` [PULL] bcache: based on for-4.10/block, "

[PATCH 0/4] mmc: pwrseq-simple: add various functionality for devices
 2016-12-15  1:46 UTC  (7+ messages)
` [PATCH 4/4] mmc: pwrseq-simple: add disable-post-power-on option

[meta-oe] [PATCH] cifs-utils 6.4->6.6
 2016-12-15  1:44 UTC 

[PATCH] genirq/affinity: fix node generation from cpumask
 2016-12-15  1:05 UTC  (2+ messages)

[lustre-devel] [PATCH] staging : osc : Remove braces from single-line body
 2016-12-15  1:38 UTC  (4+ messages)
`  "

SVM/VMX and Interrupt Shadows
 2016-12-15  1:38 UTC  (2+ messages)

[RFC] block: check partition alignment
 2016-12-15  1:33 UTC  (4+ messages)

[Qemu-devel] [PATCH] target-i386: Add Intel SHA_NI instruction support
 2016-12-15  1:33 UTC  (3+ messages)

[PATCH] KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest
 2016-12-15  1:32 UTC  (3+ messages)

[PATCH 1/1] platform/x86: surface3-wmi: Balance locking on error path
 2016-12-15  1:26 UTC 

[PATCH 1/1] platform/x86: surface3-wmi: Balance locking on error path
 2016-12-15  1:24 UTC  (2+ messages)

[RFC 00/10] kmod: stress test driver, few fixes and enhancements
 2016-12-15  0:27 UTC  (3+ messages)
` [RFC 10/10] kmod: add a sanity check on module loading

[GIT PULL] f2fs update for 4.10
 2016-12-15  1:18 UTC  (8+ messages)
    ` [f2fs-dev] "

[PATCH] sudo: 1.8.17p1 -> 1.8.18p1
 2016-12-15  9:24 UTC 

[PATCH 1/3] siphash: add cryptographically secure hashtable function
 2016-12-15  1:19 UTC  (6+ messages)
` [PATCH 4/3] random: use siphash24 instead of md5 for get_random_int/long
    `  "
        ` [kernel-hardening] "

[PATCH RFC] [media] s5k6aa: set usleep_range greater 0
 2016-12-15  1:14 UTC  (5+ messages)

Problems getting mwifiex with sd8887 to work
 2016-12-15  1:14 UTC  (5+ messages)

[BISECTED] v4.9: OCTEON ethernet crash
 2016-12-15  1:14 UTC  (6+ messages)

[PATCH] staging: octeon: Call SET_NETDEV_DEV()
 2016-12-15  1:13 UTC  (2+ messages)

[PATCH] mm/page_alloc: Wait for oom_lock before retrying
 2016-12-15  1:11 UTC  (8+ messages)

[PATCH 00/39] ARM: dts: mvebu: Fix license text
 2016-12-15  0:12 UTC  (3+ messages)
` [PATCH 07/39] ARM: dts: armada-370-rd: Correct "

[PATCH v7 0/1] virtio-crypto: add Linux driver
 2016-12-15  1:08 UTC  (9+ messages)
` [PATCH v7 1/1] crypto: add virtio-crypto driver
  ` [Qemu-devel] "

[Qemu-devel] [PATCHv3 0/5] Hash Page Table resizing for TCG pseries guests
 2016-12-15  1:07 UTC  (9+ messages)
` [Qemu-devel] [PATCHv3 2/5] pseries: Stubs for HPT resizing
` [Qemu-devel] [PATCHv3 3/5] pseries: Implement "

[Qemu-devel] Lock contention in QEMU
 2016-12-15  1:06 UTC  (3+ messages)

[PATCH 0/2] additional sysfs entries for CPPC
 2016-12-15  1:06 UTC  (3+ messages)
` [PATCH 1/2] ACPI / CPPC: read all perf caps in a single cppc read command
` [PATCH 2/2] ACPI / CPPC: add sysfs entries for CPPC perf capabilities

[PATCH] xen/arm: fix rank/vgic locks inversion bug
 2016-12-15  1:04 UTC 

[PATCH] glibc: add -fno-builtin-strlen when not using -O2
 2016-12-15  1:04 UTC  (7+ messages)

kvm memslot questions
 2016-12-15  1:03 UTC  (2+ 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.