messages from 2016-01-22 18:21:56 to 2016-01-22 23:39:16 UTC [more...]
[3.13.y-ckt stable] Linux 3.13.11-ckt33 stable review
2016-01-22 23:30 UTC (47+ messages)
` [PATCH 3.13.y-ckt 001/108] ARC: Fix silly typo in MAINTAINERS file
` [PATCH 3.13.y-ckt 002/108] ip6mr: call del_timer_sync() in ip6mr_free_table()
` [PATCH 3.13.y-ckt 009/108] sh_eth: fix kernel oops in skb_put()
` [PATCH 3.13.y-ckt 013/108] KEYS: Fix race between read and revoke
` [PATCH 3.13.y-ckt 014/108] KVM: x86: Reload pit counters for all channels when restoring state
` [PATCH 3.13.y-ckt 020/108] iio: fix some warning messages
` [PATCH 3.13.y-ckt 021/108] USB: cp210x: Remove CP2110 ID from compatibility list
` [PATCH 3.13.y-ckt 024/108] ext4: Fix handling of extended tv_sec
` [PATCH 3.13.y-ckt 032/108] usb: core : hub: Fix BOS 'NULL pointer' kernel panic
` [PATCH 3.13.y-ckt 038/108] ALSA: rme96: Fix unexpected volume reset after rate changes
` [PATCH 3.13.y-ckt 039/108] ALSA: hda - Add inverted dmic for Packard Bell DOTS
` [PATCH 3.13.y-ckt 046/108] ipmi: move timer init to before irq is setup
` [PATCH 3.13.y-ckt 047/108] KVM: PPC: Book3S HV: Prohibit setting illegal transaction state in MSR
` [PATCH 3.13.y-ckt 048/108] rfkill: copy the name into the rfkill struct
` [PATCH 3.13.y-ckt 053/108] xhci: fix usb2 resume timing and races
` [PATCH 3.13.y-ckt 065/108] ARM: 8471/1: need to save/restore arm register(r11) when it is corrupted
` [PATCH 3.13.y-ckt 067/108] scripts: recordmcount: break hardlinks
` [PATCH 3.13.y-ckt 068/108] ftrace/scripts: Have recordmcount copy the object file
` [PATCH 3.13.y-ckt 069/108] ARC: dw2 unwind: Reinstante unwinding out of modules
` [PATCH 3.13.y-ckt 070/108] ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing
` [PATCH 3.13.y-ckt 075/108] xen-netback: use RING_COPY_REQUEST() throughout
` [PATCH 3.13.y-ckt 077/108] xen-blkback: read from indirect descriptors only once
` [PATCH 3.13.y-ckt 085/108] USB: fix invalid memory access in hub_activate()
` [PATCH 3.13.y-ckt 086/108] x86/mce: Ensure offline CPUs don't participate in rendezvous process
` [PATCH 3.13.y-ckt 087/108] parisc: Fix syscall restarts
` [PATCH 3.13.y-ckt 088/108] ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)
` [PATCH 3.13.y-ckt 089/108] ASoC: arizona: Fix bclk for sample rates that are multiple of 4kHz
` [PATCH 3.13.y-ckt 090/108] mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()
` [PATCH 3.13.y-ckt 091/108] ftrace/scripts: Fix incorrect use of sprintf in recordmcount
` [PATCH 3.13.y-ckt 092/108] tracing: Fix setting of start_index in find_next()
` [PATCH 3.13.y-ckt 093/108] async_tx: use GFP_NOWAIT rather than GFP_IO
` [PATCH 3.13.y-ckt 094/108] dts: vt8500: Add SDHC node to DTS file for WM8650
` [PATCH 3.13.y-ckt 095/108] ftrace/module: Call clean up function when module init fails early
` [PATCH 3.13.y-ckt 096/108] vmstat: allocate vmstat_wq before it is used
` [PATCH 3.13.y-ckt 097/108] firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
` [PATCH 3.13.y-ckt 098/108] kvm: x86: only channel 0 of the i8254 is linked to the HPET
` [PATCH 3.13.y-ckt 099/108] ipv6/addrlabel: fix ip6addrlbl_get()
` [PATCH 3.13.y-ckt 100/108] net: fix warnings in 'make htmldocs' by moving macro definition out of field declaration
` [PATCH 3.13.y-ckt 101/108] ser_gigaset: fix deallocation of platform device structure
` [PATCH 3.13.y-ckt 102/108] pinctrl: bcm2835: Fix initial value for direction_output
` [PATCH 3.13.y-ckt 103/108] mISDN: fix a loop count
` [PATCH 3.13.y-ckt 104/108] sh_eth: fix TX buffer byte-swapping
` [PATCH 3.13.y-ckt 105/108] qlcnic: fix a timeout loop
` [PATCH 3.13.y-ckt 106/108] net: phy: mdio-mux: Check return value of mdiobus_alloc()
` [PATCH 3.13.y-ckt 107/108] include/linux/mmdebug.h: should include linux/bug.h
` [PATCH 3.13.y-ckt 108/108] net: possible use after free in dst_release
[PATCH v2] kallsyms: add support for relative offsets in kallsyms address table
2016-01-22 23:34 UTC (9+ messages)
` [PATCH v3] "
[PATCH v1 00/12] HVMlite domU support
2016-01-22 23:32 UTC (17+ messages)
` [PATCH v1 01/12] x86/smp: Make start_secondary() and initial_pg_pmd visible globally
` [PATCH v1 02/12] xen/hvmlite: Factor out common kernel init code
` [PATCH v1 03/12] xen/hvmlite: Import hvmlite-related Xen public interfaces
` [PATCH v1 04/12] xen/hvmlite: Bootstrap HVMlite guest
` [PATCH v1 05/12] xen/hvmlite: Allow HVMlite guests delay initializing grant table
` [PATCH v1 06/12] xen/hvmlite: Initialize PCI
` [PATCH v1 07/12] xen/hvmlite: Prepare cpu_initialize_context() routine for HVMlite SMP
` [PATCH v1 08/12] xen/hvmlite: Initialize context for secondary VCPUs
` [PATCH v1 09/12] xen/hvmlite: Extend APIC operations for HVMlite guests
` [PATCH v1 10/12] xen/hvmlite: Use x86's default timer init "
` [PATCH v1 11/12] xen/hvmlite: Boot secondary CPUs
` [PATCH v1 12/12] xen/hvmlite: Enable CPU on-/offlining
[PATCH v4 0/8] introduce post-init read-only memory
2016-01-22 23:29 UTC (7+ messages)
` [PATCH v4 2/8] lib: add "on" and "off" to strtobool
` [kernel-hardening] [PATCH v4 0/8] introduce post-init read-only memory
[PATCH 1/3] irqchip/GIC: Add workaround for aliased GIC400
2016-01-22 23:25 UTC (3+ messages)
[3.13.y-ckt stable] Patch "ipmi: move timer init to before irq is setup" has been added to the 3.13.y-ckt tree
2016-01-22 23:24 UTC
[PATCH] mptlan: add checks for dma mapping errors
2016-01-22 23:20 UTC (2+ messages)
[ANNOUNCE] 4.4-rt3
2016-01-22 23:08 UTC
fs: use-after-free in link_path_walk
2016-01-22 23:08 UTC (2+ messages)
[RFC PATCH] dax, ext2, ext4, XFS: fix data corruption race
2016-01-22 23:06 UTC
[PATCH v4 1/3] mailbox: Add support for APM X-Gene platform mailbox driver
2016-01-22 23:05 UTC (3+ messages)
[PATCH 0/2] sysctl: allow CLONE_NEWUSER to be disabled
2016-01-22 23:00 UTC (8+ messages)
` [PATCH 1/2] sysctl: expand use of proc_dointvec_minmax_sysadmin
` [PATCH 2/2] sysctl: allow CLONE_NEWUSER to be disabled
[PATCH] hid: add support for Lilliput touchscreen
2016-01-22 22:39 UTC (3+ messages)
[PATCH v5 0/4] Add device tree support to the cyttsp driver
2016-01-22 22:37 UTC (3+ messages)
` [PATCH v5 3/4] Input: cyttsp - switch to using device properties
suspicious RCU usage in msr tracing
2016-01-22 22:33 UTC (2+ messages)
fs: sandboxed process brings host down
2016-01-22 22:32 UTC (6+ messages)
Password Update Help Desk
2016-01-22 22:30 UTC
[PATCH v7 0/9] Fix broken DMAFLUSHP on Rockchips platform
2016-01-22 22:29 UTC (3+ messages)
` [PATCH v7 2/9] dt/bindings: arm-pl330: add description of arm, pl330-broken-no-flushp
[GIT PULL 2/2] ARM: SoC updates for Nvidia Tegra for v4.5 merge window
2016-01-22 22:23 UTC
[GIT PULL 1/2] ARM: SoC fixes for v4.5 merge window
2016-01-22 22:22 UTC
[PATCH v8 2/4] perf inject: add jitdump mmap injection support
2016-01-22 22:13 UTC
[RFC PATCH 0/1] Adding previous syscall context to seccomp
2016-01-22 22:10 UTC (5+ messages)
` [RFC PATCH 1/1] seccomp: provide information about the previous syscall
` [kernel-hardening] "
[PATCH v8 0/4] perf: add support for profiling jitted code
2016-01-22 22:10 UTC (5+ messages)
` [PATCH v8 2/4] perf inject: add jitdump mmap injection support
[PATCH v2] ARM: mm: mark section-aligned portion of rodata NX
2016-01-22 22:08 UTC (5+ messages)
[PATCHv8 1/4] EDAC, altera: Add Altera L2 Cache and OCRAM EDAC Support
2016-01-22 22:05 UTC (6+ messages)
[PATCH V3 00/10] Introduce ACPI world to GICv3 & ITS irqchip
2016-01-22 21:56 UTC (2+ messages)
[RFC v1 0/8] x86/init: Linux linker tables
2016-01-22 21:52 UTC (9+ messages)
[PATCH, REGRESSION v4] mm: make apply_to_page_range more robust
2016-01-22 21:49 UTC (2+ messages)
[PATCH 00/33] Compile-time stack metadata validation
2016-01-22 21:44 UTC (8+ messages)
` [PATCH 0/2] A few stacktool warning fixes
` [PATCH 1/2] tools/stacktool: Add __reiserfs_panic to global_noreturns list
` [PATCH 2/2] x86/kvm: Add output operand in vmx_handle_external_intr inline asm
[PATCH 1/2] regulator: core: Use a bitfield for continuous_voltage_range
2016-01-22 21:42 UTC (4+ messages)
[PATCH v3 0/5] DAX fsync/msync fixes
2016-01-22 21:36 UTC (6+ messages)
` [PATCH v3 1/5] dax: never rely on bh.b_dev being set by get_block()
` [PATCH v3 2/5] dax: clear TOWRITE flag after flush is complete
` [PATCH v3 3/5] dax: improve documentation for fsync/msync
` [PATCH v3 4/5] dax: fix PMD handling "
` [PATCH v3 5/5] dax: fix clearing of holes in __dax_pmd_fault()
[PATCH] mm, gup: introduce concept of "foreign" get_user_pages()
2016-01-22 21:31 UTC (2+ messages)
net: use-after-free in recvmmsg
2016-01-22 21:16 UTC (2+ messages)
[PATCH v3] Platform: goldfish: goldfish_pipe.c: Add DMA support using managed version
2016-01-22 21:11 UTC
Regression for mmap writes through FUSE in 4.2+
2016-01-22 21:10 UTC
[PATCH 0/2] perf bpf: Fix relocation error
2016-01-22 21:09 UTC (10+ messages)
` [PATCH 1/2] perf test: Add libbpf relocation checker
` clang --target=bpf missing on f23 was: "
[PATCH] MAINTAINERS: return arch/sh to maintained state, with new maintainers
2016-01-22 21:08 UTC (2+ messages)
[PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE
2016-01-22 21:00 UTC (6+ messages)
` [Xen-devel] "
[RFC PATCH net] net/core: don't increment rx_dropped on inactive slaves
2016-01-22 20:59 UTC (2+ messages)
[git pull] Input updates for 4.5-rc0 (round 2)
2016-01-22 20:56 UTC
[PATCH v2] Platform: goldfish: goldfish_pipe.c: Add DMA support using managed version
2016-01-22 20:45 UTC (2+ messages)
[PATCH RFC 00/15] mmc: sunxi: Support vqmmc regulator and eMMC DDR modes
2016-01-22 20:44 UTC (9+ messages)
` [PATCH RFC 08/15] ARM: dts: sun6i: Add mmc3 pins for 8 bit emmc
` [PATCH RFC 09/15] ARM: dts: sun6i: sina31s: Switch to mmc3 for onboard eMMC
` [PATCH RFC 11/15] ARM: dts: sun8i: sina33: Enable hardware reset and HS-DDR for eMMC
` [PATCH RFC 12/15] ARM: dts: sun9i: Use sun9i specific mmc compatible
RCU lockup? (was: Re: [PATCH v2 tip/core/rcu 10/14] rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}())
2016-01-22 20:44 UTC (4+ messages)
[ANNOUNCE] 4.4-rc6-rt1
2016-01-22 20:44 UTC (4+ messages)
[rfc patch v4.4-rt2] sched: fix up preempt lazy forward port
2016-01-22 20:40 UTC (13+ messages)
[PATCH] block: fix bio splitting on max sectors
2016-01-22 20:33 UTC (5+ messages)
[PATCH RFC] mm: Rework virtual memory accounting
2016-01-22 20:30 UTC (6+ messages)
[Gta04-owner] [PATCH 0/4] UART slave device support - version 4
2016-01-22 20:12 UTC (19+ messages)
[PATCH v3 0/5] firmware_class: extensible firmware API
2016-01-22 20:10 UTC (9+ messages)
` [PATCH v3 1/5] firmware: generalize "firmware" as "system data" helpers
` [PATCH v3 3/5] firmware: fold successful fw read early
[PATCH v2 1/4] lib/string_helpers: export string_units_{2,10} for others
2016-01-22 20:10 UTC (6+ messages)
` [PATCH v2 3/4] x86/efi: print size and base in binary units in efi_print_memmap
[RFC 0/3] block: proportional based blk-throttling
2016-01-22 20:04 UTC (14+ messages)
[PATCH] Platform: goldfish: goldfish_pipe.c: Add DMA support using managed version
2016-01-22 19:58 UTC (2+ messages)
[GIT PULL] final round of SCSI updates for the 4.4+ merge window
2016-01-22 19:52 UTC
offerta di prestito al tasso del 3%
2016-01-22 4:41 UTC
[PATCH] perf: Synchronously cleanup child events
2016-01-22 19:44 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/6] perf core: Read from overwrite ring buffer
2016-01-22 19:37 UTC (4+ messages)
` [PATCH 1/6] perf core: Introduce new ioctl options to pause and resume "
[PATCH] i2c: mt8173: add 4GB mode support in i2c driver
2016-01-22 19:36 UTC (2+ messages)
[PATCH] pci: fix unavailable irq number 255 reported by BIOS
2016-01-22 19:23 UTC (7+ messages)
drivers/media/v4l2-core/videobuf2-core.c:2784:33-34: Unneeded semicolon
2016-01-22 19:15 UTC
PCI device driver broken between 4.2 and 4.3
2016-01-22 19:09 UTC
[PATCH] phys_to_pfn_t: use phys_addr_t
2016-01-22 18:50 UTC (3+ messages)
` [PATCH v2] "
[git pull] more vfs.git stuff
2016-01-22 18:45 UTC (4+ messages)
[PATCH -next] aio: Fix compile error due to unexpected use of cmpxchg()
2016-01-22 18:44 UTC (2+ messages)
[PATCH v12 0/7] dma: add Qualcomm Technologies HIDMA driver
2016-01-22 18:38 UTC (6+ messages)
` [PATCH V12 3/7] dma: add Qualcomm Technologies HIDMA management driver
drivers/staging/media/lirc/lirc_parallel.c:163:22-33: WARNING: Unsigned expression compared with zero: timeelapsed > 0 (fwd)
2016-01-22 18:38 UTC
linux-4.4 bisected: kwin5 stuck on kde5 loading screen with radeon
2016-01-22 18:29 UTC (12+ messages)
[PATCH] regmap: clairify meaning of max_register
2016-01-22 18:27 UTC (2+ messages)
` Applied "regmap: clairify meaning of max_register" to the regmap tree
[PATCH v5 0/21] usb: dwc2: host: Fix and speed up all the stuff, especially with splits
2016-01-22 18:18 UTC (12+ messages)
` [PATCH v5 03/21] usb: dwc2: host: Set host_rx_fifo_size to 528 for rk3066
` [PATCH v5 04/21] usb: dwc2: host: Set host_perio_tx_fifo_size to 304 "
` [PATCH v5 05/21] usb: dwc2: host: Avoid use of chan->qh after qh freed
` [PATCH v5 06/21] usb: dwc2: host: Always add to the tail of queues
` [PATCH v5 07/21] usb: dwc2: hcd: fix split transfer schedule sequence
` [PATCH v5 09/21] usb: dwc2: host: Add a delay before releasing periodic bandwidth
` [PATCH v5 10/21] usb: dwc2: host: Giveback URB in tasklet context
` [PATCH v5 11/21] usb: dwc2: host: Use periodic interrupt even with DMA
` [PATCH v5 12/21] usb: dwc2: host: Rename some fields in struct dwc2_qh
` [PATCH v5 13/21] usb: dwc2: host: Reorder things in hcd_queue.c
` [PATCH v5 14/21] usb: dwc2: host: Split code out to make dwc2_do_reserve()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).