public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-26 09:19:26 to 2015-06-26 14:21:55 UTC [more...]

[PATCH with Coccinelle?] Deletion of unnecessary checks before specific function calls
 2015-06-26 14:21 UTC  (7+ messages)
                                ` [PATCH 1/1] configfs: Deletion of unnecessary checks before the function call "config_item_put"
                                  ` [PATCH] configfs: Delete "
                                ` [PATCH 1/1] fs-DLM: Deletion of unnecessary checks before the function call "kfree"
                                  ` [PATCH] fs-DLM: Delete "
                                ` [PATCH] keys: Delete an unnecessary check before the function call "key_put"
                                  ` [PATCH] fs-ext4 crypto: "

[GIT PULL] Btrfs
 2015-06-26 14:21 UTC  (5+ messages)

[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
 2015-06-26 14:15 UTC  (28+ messages)
` [RFC PATCH v9 05/50] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v9 08/50] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v9 20/50] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v9 21/50] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v9 22/50] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v9 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v9 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v9 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v9 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v9 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v9 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v9 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v9 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v9 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v9 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v9 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v9 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v9 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v9 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v9 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v9 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v9 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v9 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v9 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v9 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v9 50/50] perf tools: Support attach BPF program on uprobe events

[PATCH 0/3] net: dsa: mv88e6xxx: dump hardware VLANs
 2015-06-26 14:12 UTC  (7+ messages)
` [PATCH 1/3] net: dsa: mv88e6xxx: add debugfs interface for VTU
` [PATCH 2/3] net: dsa: mv88e6xxx: add support to dump VLANs
` [PATCH 3/3] net: dsa: mv88e6352: add support for port_vlan_dump

[GIT PULL]: dma-buf changes for 4.2
 2015-06-26 14:14 UTC 

[PATCH] staging: rtl8712: rtl871x_security.c: remove unnecessary variable initialization
 2015-06-26 14:12 UTC 

[PATCH] block: fix bogus EFAULT error from SG_IO ioctl
 2015-06-26 14:09 UTC  (2+ messages)

[PATCH 1/1] usb: storage : Remove c99 style commenting
 2015-06-26 14:08 UTC  (3+ messages)

[PATCHv5 00/22] perf stat: Introduce --per-thread option
 2015-06-26 14:06 UTC  (24+ messages)
` [PATCH 01/22] perf thread_map: Introduce thread_map__reset function
` [PATCH 02/22] perf tools: Add comm string into struct thread_map
` [PATCH 03/22] perf tests: Add thread_map object tests
` [PATCH 04/22] perf stat: Introduce perf_counts function
` [PATCH 05/22] perf stat: Use xyarray for cpu evsel counts
` [PATCH 06/22] perf stat: Make stats work over the thread dimension
` [PATCH 07/22] perf stat: Rename struct perf_counts::cpu member to values
` [PATCH 08/22] perf stat: Introduce perf_evlist__reset_stats
` [PATCH 09/22] perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat object
` [PATCH 10/22] perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts "
` [PATCH 11/22] perf stat: Move perf_evlist__(alloc|free|reset)_stats "
` [PATCH 12/22] perf stat: Introduce perf_evsel__alloc_stats function
` [PATCH 13/22] perf stat: Introduce perf_evsel__read function
` [PATCH 14/22] perf stat: Introduce read_counters function
` [PATCH 15/22] perf stat: Separate counters reading and processing
` [PATCH 16/22] perf stat: Move zero_per_pkg into counter process code
` [PATCH 17/22] perf stat: Move perf_stat initialization "
` [PATCH 18/22] perf stat: Remove perf_evsel__read_cb function
` [PATCH 19/22] perf stat: Rename print_interval to process_interval
` [PATCH 20/22] perf stat: Using init_stats instead of memset
` [PATCH 21/22] perf stat: Introduce print_counters function
` [PATCH 22/22] perf stat: Introduce --per-thread option

[PATCH] perf tools: don't adjust symbols in vDSO
 2015-06-26 13:55 UTC  (4+ messages)

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-26 14:23 UTC  (4+ messages)

[PATCH v2 4/7] USB: mos7720: rename DCR
 2015-06-26 13:53 UTC  (4+ messages)
` [PATCH v3] USB: mos7720: rename registers

[GIT PULL] Cgroup writeback support for 4.2
 2015-06-26 13:57 UTC  (4+ messages)

[PATCH] mm: Add error check after call to rmap_walk in the function page_referenced
 2015-06-26 13:56 UTC 

[PATCHSET block/for-4.2/writeback] blkcg: blkcg stats cleanup
 2015-06-26 13:55 UTC  (6+ messages)
` [PATCH 2/6] blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it

[PATCH 0/5] watchdog: dw_wdt: allow only one probe + various fixes
 2015-06-26 13:54 UTC  (7+ messages)
` [PATCH 1/5] watchdog: dw_wdt: prepare for more atomic bits
` [PATCH 2/5] watchdog: dw_wdt: reject additional device probes
` [PATCH 3/5] watchdog: dw_wdt: only unregister restart handler if registered
` [PATCH 4/5] watchdog: dw_wdt: unqueue timer on device removal
` [PATCH 5/5] watchdog: dw_wdt: unqueue timer synchronously on unexpected close

[PATCH V6 08/17] perf tools: Add Intel PT support
 2015-06-26 13:47 UTC  (12+ messages)

[PATCH 1/2] usb: chipidea: Reduce ULPI PHY reset pulse to datasheet spec of 1us
 2015-06-26 13:47 UTC  (2+ messages)
` [PATCH 2/2] usb: chipidea: Wait 50 ms before reading ID bit

Hello, Here is My Email address; (youssoufibrahim001@gmail.com)
 2015-06-26 13:12 UTC 

[PATCHv2] clk: at91: do not leak resources
 2015-06-26 13:30 UTC 

[PATCH v6 0/3] Drivers: hv: vmbus: use cpu_hotplug_enable/disable for CPU offlining prevention
 2015-06-26 13:27 UTC  (4+ messages)
` [PATCH v6 1/3] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable
` [PATCH v6 2/3] Drivers: hv: vmbus: use cpu_hotplug_enable/disable
` [PATCH v6 3/3] cpu-hotplug: convert cpu_hotplug_disabled to a counter

[RFCv2][PATCH 1/7] fs: optimize inotify/fsnotify code for unwatched files
 2015-06-26 13:26 UTC  (9+ messages)
` [RFCv2][PATCH 2/7] fs: use RCU for free_super() vs. __sb_start_write()
` [RFCv2][PATCH 3/7] fs: fsnotify: replace memory barrier in __sb_end_write() with RCU
` [RFCv2][PATCH 4/7] fsnotify: encapsulate embedded fsnotify data in a single spot
` [RFCv2][PATCH 7/7] fsnotify: track when ignored mask clearing is needed

[PATCH v2] clocksource: exynos_mct: fix for sleeping in atomic ctx handling cpu hotplug notif
 2015-06-26 13:23 UTC  (2+ messages)
` [RESEND PATCH v3] "

[PATCH] net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA
 2015-06-26 13:21 UTC  (2+ messages)

[PATCH] mfd: 880m80x: Make use of BIT() macro
 2015-06-26 13:08 UTC 

[RFC PATCH] arm64: bpf: fix endianness conversion bugs
 2015-06-26 13:17 UTC  (2+ messages)

[PATCH] drivers: staging: rtl8712: remove unnecessory else statement
 2015-06-26 13:17 UTC  (5+ messages)
` [PATCH v2] drivers: staging: rtl8712: remove unnecessary "

rename_rev.pl: review script for whitespace changes
 2015-06-26 13:15 UTC 

[PATCHv1 0/8] mm,xen/balloon: memory hotplug improvements
 2015-06-26 13:14 UTC  (6+ messages)
` [PATCHv1 6/8] xen/balloon: only hotplug additional memory if required
    ` [Xen-devel] "

[PATCH v2 0/3] IRQ/Gic-V3:Support Mbigen interrupt controller
 2015-06-26 13:14 UTC  (8+ messages)
` [PATCH v2 2/3] IRQ/Gic-V3: Change arm-gic-its to support the Mbigen interrupt

[PATCH 1/6] clk: at91: clk-h32mxclk: fix memory leak
 2015-06-26 13:12 UTC  (7+ messages)
` [PATCH 2/6] clk: at91: clk-main: "
` [PATCH 3/6] clk: at91: clk-master: fix error path
` [PATCH 4/6] clk: at91: clk-pll: "
` [PATCH 5/6] clk: at91: clk-system: "
` [PATCH 6/6] clk: at91: clk-utmi: "

[PATCH] clockevents: return error from tick_broadcast_oneshot_control if !GENERIC_CLOCKEVENTS_BROADCAST
 2015-06-26 12:58 UTC  (12+ messages)

[PATCH V2 0/2] add basic support to Marvell 88pm880/88pm886 PMIC chip
 2015-06-26 12:49 UTC  (4+ messages)
` [PATCH V2 2/2] mfd: 88pm88x: initialize 88pm886/88pm880 base support

[PATCH v2 0/2] x86/mm/pat: modify nopat requirement warning
 2015-06-26 12:36 UTC  (6+ messages)
` [PATCH v2 2/2] x86/mm/pat, drivers/media/ivtv: move pat warn and replace WARN() with pr_warn()

[v3 0/7] Crystalcove (CRC) PMIC based panel and pwm control
 2015-06-26 12:31 UTC  (3+ messages)
` [v3 5/7] pwm: crc: Add Crystalcove (CRC) PWM driver

[RFC][PATCH 12/13] stop_machine: Remove lglock
 2015-06-26 12:32 UTC  (11+ messages)

[PATCH] staging: wilc1000: host_interface: add spaces around '='
 2015-06-26 12:34 UTC  (2+ messages)

PROBLEM: Can't get external USB HDD Seagate Backup+ parameters through hdparm in linux > 3.14
 2015-06-26 12:25 UTC 

[RFC PATCH 0/6] stop_machine: kill stop_cpus_mutex and stop_cpus_lock
 2015-06-26 12:23 UTC  (2+ messages)

[PATCH 0/1] mm: move ->mremap() from file_operations to vm_operations_struct
 2015-06-26 12:21 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2 0/3] ARM: keystone: add ecc error interrupt handling
 2015-06-26 12:20 UTC  (6+ messages)

[PATCH] i2c: I2C_MT65XX should depend on HAS_DMA
 2015-06-26 12:12 UTC 

[PATCH] mmc: MMC_MTK should depend on HAS_DMA
 2015-06-26 12:09 UTC 

[PATCH] spi: SPI_ZYNQMP_GQSPI should depend on HAS_DMA
 2015-06-26 12:07 UTC 

[PATCH] mmc: sdhci: msm: Boost controller core clock
 2015-06-26 11:59 UTC  (3+ messages)

[PATCH] bdi: Remove "inline" keyword from exported I_BDEV() implementation
 2015-06-26 11:58 UTC 

[PATCH] xen-netfront: Remove the meaningless code
 2015-06-26 23:17 UTC 

[PATCH] mm: fix set pageblock migratetype when boot
 2015-06-26 11:25 UTC  (3+ messages)

[PATCH] staging: gdm72xx: Split Kconfig descriptions into more lines
 2015-06-26 11:29 UTC  (2+ messages)

[RFC PATCH 00/10] redesign compaction algorithm
 2015-06-26 11:22 UTC  (11+ messages)

[PATCH v5 0/3] locking/qrwlock: More optimizations in qrwlock
 2015-06-26 11:14 UTC  (5+ messages)
` [PATCH v5 3/3] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[PATCH 0/3] mmc: sdhci: Card detection fixes
 2015-06-26 11:12 UTC  (10+ messages)
` [PATCH 1/3] mmc: sdhci: let GPIO based card detection have higher precedence
` [PATCH 2/3] mmc: sdhci: don't use card state polling when CD GPIO is defined
` [PATCH 3/3] mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set

[RFC PATCH 0/3] tracing, perf tools: Attach BPF program on uprobe events
 2015-06-26 11:09 UTC  (4+ messages)
` [RFC PATCH 3/3] perf tools: Support attach "

[RFC PATCH 1/2] of: base: Allow more args than MAX_PHANDLE_ARGS if required
 2015-06-26 11:10 UTC  (3+ messages)
` [PATCH 2/2] arm/smmu: Make use of of_parse_phandle_with_var_args

[alsa-devel][PATCH] ASoC: wm8960: update pll and clock setting function
 2015-06-26 11:09 UTC 

linux-next: Tree for Jun 26
 2015-06-26 11:06 UTC  (3+ messages)
  ` [PATCH] regulators: Add missing dummy definition for regulator_list_voltage

[RFC PATCH v8 00/49] perf tools: filtering events using eBPF programs
 2015-06-26 11:00 UTC  (4+ messages)
` [RFC PATCH v8 38/49] bpf tools: Load instructions buffer using load_program()

[PATCH] clk: qcom: Use parent rate when set rate to pixel RCG clock
 2015-06-26 10:46 UTC  (2+ messages)

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-26 10:38 UTC  (10+ messages)
` [RFC PATCH 10/12] mm: add the buddy system interface

[PATCH 1/3] ARM: socfpga: dts: Fix adxl34x formating
 2015-06-26 10:36 UTC  (3+ messages)

[4.1.0-07254-gc13c810] Regression: Bluetooth not working
 2015-06-26 10:27 UTC  (4+ messages)

Crypto Update for 3.9
 2015-06-26 10:22 UTC  (11+ messages)
` Crypto Update for 3.12
  ` Crypto Update for 3.13
    ` Crypto Update for 3.14
      ` Crypto Update for 3.15
        ` Crypto Update for 3.16
          ` Crypto Update for 3.17
            ` Crypto Update for 3.18
              ` Crypto Update for 3.19
                ` Crypto Update for 3.20
                  ` Crypto Fixes for 4.2

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-06-26 10:16 UTC  (4+ messages)

arm64 allmodconfig failure in expansion of macro ‘_X’
 2015-06-26 10:11 UTC  (3+ messages)

[PATCH 0/4] [New SoC] Add support for RC Module's K1879XB1YA
 2015-06-26 10:11 UTC  (4+ messages)
` [PATCH 1/4] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC

[PATCH v2 0/5] drm/rockchip: support yuv overlay and plane scale
 2015-06-26 10:10 UTC  (6+ messages)
` [PATCH v2 1/5] drm/rockchip: vop: optimize virtual stride calculate
` [PATCH v2 2/5] drm/rockchip: vop: fix yuv plane support
` [PATCH v2 3/5] drm/rockchip: vop: support plane scale
` [PATCH v2 4/5] drm/rockchip: vop: switch cursor plane to window 3
` [PATCH v2 5/5] drm/rockchip: default enable win2/3 area0 bit

[RFCv2 0/5] enable migration of driver pages
 2015-06-26  9:58 UTC  (6+ messages)
` [RFCv2 1/5] mm/compaction: enable driver page migration
` [RFCv2 2/5] fs/anon_inodes: get a new inode
` [RFCv2 3/5] mm/balloon: apply driver page migratable into balloon
` [RFCv2 4/5] mm/compaction: compaction calls generic migration
` [RFCv2 5/5] mm: remove direct calling of migration

[PATCH] usb:host:Make the function room_on_ring bool
 2015-06-26  9:59 UTC 

[PATCH TRIVIAL] drivers/usb/gadget/composite.c: i18n is not an acronym
 2015-06-26  9:53 UTC  (4+ messages)

[-next] fib_dump_info() suspicious RCU usage
 2015-06-26  9:35 UTC 

[PATCH v2] x86, espfix: init espfix on the boot cpu side
 2015-06-26  9:33 UTC 

[bp:tip-mm 11/13] drivers/video/fbdev/aty/atyfb_base.c:3461:2: error: implicit declaration of function 'ioremap_uc'
 2015-06-26  9:29 UTC 

drm/mgag200: doesn't work in panic context
 2015-06-26  9:27 UTC  (2+ messages)

[PATCH v3] led/led-class: Handle LEDs with the same name
 2015-06-26  9:19 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox